diff options
author | Greg Kroah-Hartman <[email protected]> | 2020-12-04 12:44:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-12-04 13:30:48 +0100 |
commit | 8142a46c50d2dd8160c42284e1044eed3bec0d18 (patch) | |
tree | 9fce3ca9d1ca8d5e2c0ffcbdd70ba2adf7fa85ef /drivers/fpga/fpga-bridge.c | |
parent | 7bbb79ff5f7499e0c5d65987458410e8099207d8 (diff) |
driver core: auxiliary bus: make remove function return void
There's an effort to move the remove() callback in the driver core to
not return an int, as nothing can be done if this function fails. To
make that effort easier, make the aux bus remove function void to start
with so that no users have to be changed sometime in the future.
Cc: Dan Williams <[email protected]>
Cc: Dave Ertman <[email protected]>
Cc: Fred Oh <[email protected]>
Cc: Kiran Patil <[email protected]>
Cc: Leon Romanovsky <[email protected]>
Cc: Martin Habets <[email protected]>
Cc: Parav Pandit <[email protected]>
Cc: Pierre-Louis Bossart <[email protected]>
Cc: Ranjani Sridharan <[email protected]>
Cc: Shiraz Saleem <[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