Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134700
b: refs/heads/master
c: 6a64cd6
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Feb 27, 2009
1 parent f9d43f1 commit 102678c
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: 98683956acea08858a3326eb4d61e5cf40c67fe2
refs/heads/master: 6a64cd64c056d46b419bb07b02153b00df97a2c5
2 changes: 1 addition & 1 deletion trunk/drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ static int reg_delay(struct net_device *dev, int offset, u32 mask, u32 target,
delaymax -= delay;
if (delaymax < 0) {
if (msg)
printk(msg);
printk("%s", msg);
return 1;
}
} while ((readl(base + offset) & mask) != target);
Expand Down

0 comments on commit 102678c

Please sign in to comment.