diff options
| author | Uwe Kleine-König <[email protected]> | 2020-11-25 09:31:06 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-12-10 15:17:15 +0000 |
| commit | 1c12c27086dcef853832a7cbebcb48bdac8104b6 (patch) | |
| tree | 933eaa6521bf08c89ce5717bcb711a24bd51ff11 /drivers/base/platform.c | |
| parent | siox: Use bus_type functions for probe, remove and shutdown (diff) | |
| download | kernel-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
