Files
linux/drivers
Russell King - ARM Linux d5ccd67bb7 NET: smc91x: Fix irq flags
smc91x.h defines SMC_IRQ_FLAGS to be -1 when it wants the interrupt
flags to be taken from the resource structure.  However, d280ead
changed this to checking for non-zero resource flags.

Unfortunately, this means that on some platforms, we end up passing
'-1' to request_irq rather than the desired result.  Combine the two
conditions into one so that the IRQ flags are taken from the resource
if either SMC_IRQ_FLAGS is -1 or the resource flags specify an
interrupt trigger.

This restores network on at least the Versatile platform.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-29 23:47:14 -08:00
..
2009-11-04 14:04:06 +01:00
2009-09-24 07:21:05 -07:00
2009-11-12 07:25:57 -08:00
2009-11-16 16:13:35 +00:00
2009-11-29 23:47:14 -08:00
2009-10-15 09:58:27 -06:00
2009-11-12 07:26:01 -08:00
2009-11-16 16:15:49 +00:00
2009-11-11 12:21:06 -05:00
2009-11-17 17:40:32 -08:00
2009-10-04 22:53:41 +02:00
2009-10-04 15:05:10 -07:00
2009-09-23 10:07:49 -07:00