mirror of https://gitee.com/openkylin/linux.git
[PATCH] irq: fixed coding style
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
42012cc4a2
commit
2ff6fd8f4a
|
@ -146,7 +146,7 @@ static void default_disable(unsigned int irq)
|
|||
struct irq_desc *desc = irq_desc + irq;
|
||||
|
||||
if (!(desc->status & IRQ_DELAYED_DISABLE))
|
||||
irq_desc[irq].chip->mask(irq);
|
||||
desc->chip->mask(irq);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue