diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-19 14:15:09 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-21 13:55:38 +0100 |
commit | 32f78abe59c740b6ec34c89dc10a09208eae7e1f (patch) | |
tree | e2b967d8b2c3aff17afc14739082f16ed91a756c /lib/test_fortify/write_overflow-strlcpy.c | |
parent | 5ae81209491ed3718fee798db6fb2cc81214824c (diff) |
driver core: bus: constantify subsys_register() calls
The functions subsys_register() and subsys_virtual_register() should be
taking a constant pointer to a struct bus_type, as they do not actually
modify anything in it, so fix up the function definitions to do so
properly.
This also changes the pointer type in struct subsys_interface to be
constant as well, as again, that's the proper signature of it.
Cc: Rafael J. Wysocki <rafael@kernel.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/2023121908-grove-genetics-f8af@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy.c')
0 files changed, 0 insertions, 0 deletions