Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368315
b: refs/heads/master
c: 6fed959
h: refs/heads/master
i:
  368313: 2e0c307
  368311: 6043003
v: v3
  • Loading branch information
Sachin Kamat authored and David S. Miller committed Mar 19, 2013
1 parent e0500f1 commit 40168c3
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: 119c331f166ab1c55ac40c9840d180dac91f0cff
refs/heads/master: 6fed9592de7bd9c904ab476c3e264a18d1cf3598
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/smsc/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ static int smsc911x_init(struct net_device *dev)
spin_lock_init(&pdata->dev_lock);
spin_lock_init(&pdata->mac_lock);

if (pdata->ioaddr == 0) {
if (pdata->ioaddr == NULL) {
SMSC_WARN(pdata, probe, "pdata->ioaddr: 0x00000000");
return -ENODEV;
}
Expand Down

0 comments on commit 40168c3

Please sign in to comment.