Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287950
b: refs/heads/master
c: 32aa64f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Feb 19, 2012
1 parent af8318a commit e4799d8
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: b203262de63c56393d09e254242b57c002d8619d
refs/heads/master: 32aa64f77e032511079fec5ec0465aeb6d6c3891
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/micrel/ks8851_mll.c
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ static int __devinit ks8851_probe(struct platform_device *pdev)

netdev->irq = platform_get_irq(pdev, 0);

if (netdev->irq < 0) {
if ((int)netdev->irq < 0) {
err = netdev->irq;
goto err_get_irq;
}
Expand Down

0 comments on commit e4799d8

Please sign in to comment.