Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252001
b: refs/heads/master
c: 772e289
h: refs/heads/master
i:
  251999: b123102
v: v3
  • Loading branch information
Michal Marek committed May 26, 2011
1 parent 75f662d commit f0c8621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f1a7ee977df9f5c0f18449a9280d62ba04daed0c
refs/heads/master: 772e289862e111ce6b4d387e65cd5b7a8b618705
3 changes: 1 addition & 2 deletions trunk/drivers/net/wan/pc300_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3242,8 +3242,7 @@ static inline void show_version(void)
rcsdate++;
tmp = strrchr(rcsdate, ' ');
*tmp = '\0';
printk(KERN_INFO "Cyclades-PC300 driver %s %s (built %s %s)\n",
rcsvers, rcsdate, __DATE__, __TIME__);
printk(KERN_INFO "Cyclades-PC300 driver %s %s\n", rcsvers, rcsdate);
} /* show_version */

static const struct net_device_ops cpc_netdev_ops = {
Expand Down

0 comments on commit f0c8621

Please sign in to comment.