git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73da16c
)
tmspci: fix tr%d in printk
author
Meelis Roos
<mroos@linux.ee>
Mon, 20 Sep 2010 21:19:03 +0000
(21:19 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 22 Sep 2010 01:04:44 +0000
(18:04 -0700)
tmspci driver uses dev->name before register_netdev() and so prints tr%d
in initialization messages. Fix it by using dev_info.
Found and tested on real hardware.
Signed-off-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found