Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168969
b: refs/heads/master
c: d5ccd67
h: refs/heads/master
i:
  168967: a128684
v: v3
  • Loading branch information
Russell King - ARM Linux authored and David S. Miller committed Nov 30, 2009
1 parent b1d14f9 commit 0f8f613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c53b1b15e222244358d3cbbefd2a13920faa352
refs/heads/master: d5ccd67bb77ced5249067d05171992a7d5020393
2 changes: 1 addition & 1 deletion trunk/drivers/net/smc91x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ static int __devinit smc_drv_probe(struct platform_device *pdev)

ndev->irq = ires->start;

if (ires->flags & IRQF_TRIGGER_MASK)
if (irq_flags == -1 || ires->flags & IRQF_TRIGGER_MASK)
irq_flags = ires->flags & IRQF_TRIGGER_MASK;

ret = smc_request_attrib(pdev, ndev);
Expand Down

0 comments on commit 0f8f613

Please sign in to comment.