mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
[PATCH] Fix OMAP specific typo in smc91x.h
--ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Jeff, Here's a little patch fixing a typo in smc91x.h. Regards, Tony --ReaqsoxgOBHFXBhH Content-Type: text/x-chdr; charset=us-ascii Content-Disposition: inline; filename="patch-fix-typo-smc91x.h" Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
3f309db33e
commit
af44f5bf77
@ -188,7 +188,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
|
|||||||
#define SMC_IRQ_TRIGGER_TYPE (( \
|
#define SMC_IRQ_TRIGGER_TYPE (( \
|
||||||
machine_is_omap_h2() \
|
machine_is_omap_h2() \
|
||||||
|| machine_is_omap_h3() \
|
|| machine_is_omap_h3() \
|
||||||
|| (machine_is_omap_innovator() && !cpu_is_omap150()) \
|
|| (machine_is_omap_innovator() && !cpu_is_omap1510()) \
|
||||||
) ? IRQT_FALLING : IRQT_RISING)
|
) ? IRQT_FALLING : IRQT_RISING)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user