1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-17 20:10:49 +00:00
Greg Kroah-Hartman 2a81ada32f driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the
device that is passed into it, so mark it as a const * and propagate the
function signature changes out into all relevant subsystems that use
this callback.

Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-27 13:45:52 +01:00
..
2022-12-21 09:41:28 -08:00
2022-12-13 19:29:45 -08:00
2022-12-13 19:29:45 -08:00
2022-12-14 12:20:00 -08:00
2022-11-24 11:05:43 +10:00
2022-11-24 12:49:36 +10:00
2022-11-24 11:05:43 +10:00
2022-11-24 12:38:36 +10:00
2022-11-24 11:05:43 +10:00
2022-12-14 12:20:00 -08:00
2022-11-30 13:08:58 +10:00
2022-11-10 11:49:40 -01:00
2023-01-12 17:02:20 -06:00
2022-11-16 07:17:32 +10:00
2022-11-22 09:21:17 +10:00
2022-11-24 11:05:43 +10:00
2022-12-16 03:54:54 -08:00