]> Git Repo - linux.git/commit
ARM: sa1100: make match function take a const pointer
authorGreg Kroah-Hartman <[email protected]>
Fri, 12 Jul 2024 09:39:17 +0000 (11:39 +0200)
committerGreg Kroah-Hartman <[email protected]>
Fri, 19 Jul 2024 11:47:20 +0000 (13:47 +0200)
commitb57d5ffc3ab507d0e19fc8b90b19c76af43fb790
tree35a6a1ab2b4f5e1acf4801fc796f24d6fb050bdb
parente777798e67d9ba46cf56ad49919c1e86c5ee3213
ARM: sa1100: make match function take a const pointer

In commit d69d80484598 ("driver core: have match() callback in struct
bus_type take a const *"), the match callback for busses was changed to
take a const pointer to struct device_driver.  Unfortunately I missed
fixing up the sa1111 code, and was only noticed after-the-fact by the
kernel test robot.  Resolve this issue by properly changing the
sa111_match() function.

Cc: Russell King <[email protected]>
Fixes: d69d80484598 ("driver core: have match() callback in struct bus_type take a const *")
Reported-by: kernel test robot <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
arch/arm/common/sa1111.c
arch/arm/include/asm/hardware/sa1111.h
This page took 0.050803 seconds and 4 git commands to generate.