summaryrefslogtreecommitdiff
path: root/drivers/firewire
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2021-01-28 00:23:29 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-09 14:15:07 +0300
commit2adc75fba3289455b9c4349dd6b95cfb7167b7ea (patch)
tree643d8131f4ea58cd70d853079dafae84b840c550 /drivers/firewire
parent5f6805327982d1fd45355730e9d1adda616b995b (diff)
downloadlinux-2adc75fba3289455b9c4349dd6b95cfb7167b7ea.tar.xz
vme: make remove callback return void
The driver core ignores the return value of struct bus_type::remove() because there is only little that can be done. To simplify the quest to make this function return void, let struct vme_driver::remove return void, too. There is only a single vme driver and it already returns 0 unconditionally in .remove(). Also fix the bus remove function to always return 0. Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Link: https://lore.kernel.org/r/20210127212329.98517-1-uwe@kleine-koenig.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/firewire')
0 files changed, 0 insertions, 0 deletions