diff options
author | Uwe Kleine-König <[email protected]> | 2021-07-13 21:35:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-07-21 11:53:42 +0200 |
commit | 15f83bb0191261adece5a26bfdf93c6eccdbc0bb (patch) | |
tree | bcdd59919945b65c7739959990a9cd2383df31b6 /drivers/fpga/fpga-bridge.c | |
parent | 7a47c52142c18a9239c5afea2c9656c68d3f22e7 (diff) |
s390/scm: Make struct scm_driver::remove return void
The driver core ignores the return value of scmdev_remove()
(because there is only little it can do when a device disappears).
So make it impossible for future drivers to return an unused error code
by changing the remove prototype to return void.
The real motivation for this change is the quest to make struct
bus_type::remove return void, too.
Reviewed-by: Cornelia Huck <[email protected]>
Acked-by: Vineeth Vijayan <[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/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions