Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119251
b: refs/heads/master
c: eafdcb4
h: refs/heads/master
i:
  119249: 4d304d3
  119247: 3b47f33
v: v3
  • Loading branch information
Vernon Sauder authored and David S. Miller committed Nov 20, 2008
1 parent ffec097 commit 7eeefdb
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: a7f75c0c9cfb628512b30795bcba02c8a97e03a0
refs/heads/master: eafdcb433f854c8cb06747a80fa3df7c72147be6
2 changes: 1 addition & 1 deletion trunk/drivers/net/smc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ static int __init smc911x_probe(struct net_device *dev)
val = SMC_GET_BYTE_TEST(lp);
DBG(SMC_DEBUG_MISC, "%s: endian probe returned 0x%04x\n", CARDNAME, val);
if (val != 0x87654321) {
printk(KERN_ERR "Invalid chip endian 0x08%x\n",val);
printk(KERN_ERR "Invalid chip endian 0x%08x\n",val);
retval = -ENODEV;
goto err_out;
}
Expand Down

0 comments on commit 7eeefdb

Please sign in to comment.