aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2020-11-25 09:31:06 +0000
committerGreg Kroah-Hartman <[email protected]>2020-12-10 15:17:15 +0000
commit1c12c27086dcef853832a7cbebcb48bdac8104b6 (patch)
tree933eaa6521bf08c89ce5717bcb711a24bd51ff11 /drivers/base/platform.c
parentsiox: Use bus_type functions for probe, remove and shutdown (diff)
downloadkernel-1c12c27086dcef853832a7cbebcb48bdac8104b6.tar.gz
kernel-1c12c27086dcef853832a7cbebcb48bdac8104b6.zip
siox: Make remove callback return void
The driver core ignores the return value of the remove callback, so don't give siox drivers the chance to provide a value. All siox drivers only allocate devm-managed resources in .probe, so there is no .remove callback to fix. Tested-by: Thorsten Scherer <[email protected]> Acked-by: Thorsten Scherer <[email protected]> Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/base/platform.c')
0 files changed, 0 insertions, 0 deletions