• Greg Kroah-Hartman's avatar
    driver core: auxiliary bus: make remove function return void · 8142a46c
    Greg Kroah-Hartman authored
    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 <dan.j.williams@intel.com>
    Cc: Dave Ertman <david.m.ertman@intel.com>
    Cc: Fred Oh <fred.oh@linux.intel.com>
    Cc: Kiran Patil <kiran.patil@intel.com>
    Cc: Leon Romanovsky <leonro@nvidia.com>
    Cc: Martin Habets <mhabets@solarflare.com>
    Cc: Parav Pandit <parav@mellanox.com>
    Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    Cc: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
    Cc: Shiraz Saleem <shiraz.saleem@intel.com>
    Link: https://lore.kernel.org/r/X8ohB1ks1NK7kPop@kroah.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    8142a46c
auxiliary_bus.rst 9.78 KB