Home
last modified time | relevance | path

Searched hist:fea087fc291b102521427c26da3d0a30c329606f (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-mbigen.cdiff fea087fc291b102521427c26da3d0a30c329606f Mon Mar 13 19:29:03 CET 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> irqchip/mbigen: 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: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230313182918.1312597-21-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>