summaryrefslogtreecommitdiff
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-20 08:25:38 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-20 08:25:38 +0200
commitfa394784e74b918f44fca1e6a1f826cf818350d2 (patch)
treefc4c5811c6e2282b762fc14e48ca2b241c6729f4 /drivers/devfreq
parentd0fa64e2a3e8a0c2302bc5fe7c8145a8ee0ccb97 (diff)
downloadkernel-linux-4.12.y.tar.gz
Linux 4.12.14linux-4.12.y
Diffstat (limited to 'drivers/devfreq')
0 files changed, 0 insertions, 0 deletions
value of struct bus_type::remove() (and so wmi_dev_remove()) because there is only little that can be done. To simplify the quest to make this function return void, let struct wmi_driver::remove() return void, too. All implementers of this callback return 0 already and this way it should be obvious to driver authors that returning an error code is a bad idea. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Pali Rohár <pali@kernel.org> Link: https://lore.kernel.org/r/20210301160404.1677064-1-u.kleine-koenig@pengutronix.de Signed-off-by: Hans de Goede <hdegoede@redhat.com> 2021-02-04platform/x86: Move all dell drivers to their own subdirectoryMario Limonciello A user without a Dell system doesn't need to pick any of these drivers. Users with a Dell system can enable this submenu and all drivers behind it will be enabled. Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mario Limonciello <mario.limonciello@dell.com> Link: https://lore.kernel.org/r/20210203195832.2950605-1-mario.limonciello@dell.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>