Searched hist:b10d5fd489b0c67f59cbdd28d95f4bd9f76a62f2 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/irqchip/ |
H A D | irq-ti-sci-inta.c | b10d5fd489b0c67f59cbdd28d95f4bd9f76a62f2 Mon Nov 02 12:06:14 UTC 2020 Lokesh Vutla <lokeshvutla@ti.com> irqchip/ti-sci-inta: Fix printing of inta id on probe success
On a successful probe, the driver tries to print a success message with INTA device id. It uses pdev->id for printing the id but id is stored in inta->ti_sci_id. Fix it by correcting the dev_info parameter.
Fixes: 5c4b585d2910 ("irqchip/ti-sci-inta: Add support for INTA directly connecting to GIC") Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20201102120614.11109-1-lokeshvutla@ti.com b10d5fd489b0c67f59cbdd28d95f4bd9f76a62f2 Mon Nov 02 12:06:14 UTC 2020 Lokesh Vutla <lokeshvutla@ti.com> irqchip/ti-sci-inta: Fix printing of inta id on probe success
On a successful probe, the driver tries to print a success message with INTA device id. It uses pdev->id for printing the id but id is stored in inta->ti_sci_id. Fix it by correcting the dev_info parameter.
Fixes: 5c4b585d2910 ("irqchip/ti-sci-inta: Add support for INTA directly connecting to GIC") Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20201102120614.11109-1-lokeshvutla@ti.com
|