aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
diff options
context:
space:
mode:
authorRussell King - ARM Linux <[email protected]>2009-11-28 00:13:23 +0000
committerDavid S. Miller <[email protected]>2009-11-29 23:47:14 -0800
commitd5ccd67bb77ced5249067d05171992a7d5020393 (patch)
tree647c1354244a1a29816ed1c1d463d2f6db056600 /net/lapb/lapb_iface.c
parent6c53b1b15e222244358d3cbbefd2a13920faa352 (diff)
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 <[email protected]> Acked-by: Eric Miao <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions