Searched hist:"6644 a426eb0d19220298e25ff26cde6302c60482" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/x86/ |
H A D | ibm_rtl.c | diff 6644a426eb0d19220298e25ff26cde6302c60482 Mon Mar 13 13:28:46 CDT 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> platform/x86: ibm_rtl: move to use bus_get_dev_root()
Direct access to the struct bus_type dev_root pointer is going away soon so replace that with a call to bus_get_dev_root() instead, which is what it is there for.
Cc: Mark Gross <markgross@kernel.org> Cc: platform-driver-x86@vger.kernel.org Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230313182918.1312597-4-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|