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:
3834507
)
s2io: Formatting log message
author
Breno Leitao
<leitao@linux.vnet.ibm.com>
Tue, 3 Feb 2009 23:15:15 +0000
(15:15 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 3 Feb 2009 23:15:15 +0000
(15:15 -0800)
S2IO driver is printing dev->name before the name being allocated, which
display eth%d instead of eth0, eth1, etc. Example:
eth%d: Enabling MSIX failed
eth%d: MSI-X requested but failed to enable
This patch just change eth%d to s2io.
Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found