aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/media
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2021-01-27 22:23:29 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-09 12:15:07 +0100
commit2adc75fba3289455b9c4349dd6b95cfb7167b7ea (patch)
tree643d8131f4ea58cd70d853079dafae84b840c550 /drivers/staging/media
parent5f6805327982d1fd45355730e9d1adda616b995b (diff)
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/staging/media')
0 files changed, 0 insertions, 0 deletions