commit | 3a22813a5aaf8e8c72be575dabe0ba26f9352f4d | [log] [tgz] |
---|---|---|
author | Breno Leitao <leitao@linux.vnet.ibm.com> | Thu Mar 04 10:40:44 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 05 14:00:19 2010 -0800 |
tree | 1fb39d81f4bcad55d0ad2ee94b24530b34557f11 | |
parent | a80483d3722b603dae8a52495f8d88a7d4b1bf1c [diff] |
s2io: Fixing debug message 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>