Loading drivers/of/irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -500,7 +500,7 @@ void __init of_irq_init(const struct of_device_id *matches) * pointer, interrupt-parent device_node etc. */ desc = kzalloc(sizeof(*desc), GFP_KERNEL); if (WARN_ON(!desc)) { if (!desc) { of_node_put(np); goto err; } Loading Loading
drivers/of/irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -500,7 +500,7 @@ void __init of_irq_init(const struct of_device_id *matches) * pointer, interrupt-parent device_node etc. */ desc = kzalloc(sizeof(*desc), GFP_KERNEL); if (WARN_ON(!desc)) { if (!desc) { of_node_put(np); goto err; } Loading