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:
a80483d
)
s2io: Fixing debug message
author
Breno Leitao
<leitao@linux.vnet.ibm.com>
Thu, 4 Mar 2010 10:40:44 +0000
(10:40 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 5 Mar 2010 22:00:19 +0000
(14:00 -0800)
Currently s2io is dumping debug messages using the interface name
before it was allocated, showing a message like the following:
s2io: eth%d: Ring Mem PHY: 0x7ef80000
s2io: s2io_reset: Resetting XFrame card eth%d
This patch just fixes it, printing the pci bus information for
the card instead of the interface name.
Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/s2io.c
patch
|
blob
|
history
diff --cc
drivers/net/s2io.c
Simple merge