Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e81c666 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

the wrong variable checked after request_irq()

parent 7c9e3c2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ static void __init pseries_mpic_init_IRQ(void)
		return;

	cascade_irq = irq_of_parse_and_map(cascade, 0);
	if (cascade == NO_IRQ) {
	if (cascade_irq == NO_IRQ) {
		printk(KERN_ERR "mpic: failed to map cascade interrupt");
		return;
	}