提交 a2b78b0d 编写于 作者: D Dmitry Osipenko 提交者: Thierry Reding

gpu: host1x: Correct swapped arguments in the is_addr_reg() definition

Arguments of the .is_addr_reg() are swapped in the definition of the
function, that is quite confusing.
Signed-off-by: NDmitry Osipenko <digetx@gmail.com>
Reviewed-by: NErik Faye-Lund <kusmabite@gmail.com>
Reviewed-by: NMikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 0f563a4b
...@@ -249,7 +249,7 @@ struct host1x_job { ...@@ -249,7 +249,7 @@ struct host1x_job {
u8 *gather_copy_mapped; u8 *gather_copy_mapped;
/* Check if register is marked as an address reg */ /* Check if register is marked as an address reg */
int (*is_addr_reg)(struct device *dev, u32 reg, u32 class); int (*is_addr_reg)(struct device *dev, u32 class, u32 reg);
/* Check if class belongs to the unit */ /* Check if class belongs to the unit */
int (*is_valid_class)(u32 class); int (*is_valid_class)(u32 class);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册