From: Breno Leitao Date: Thu, 4 Mar 2010 10:40:44 +0000 (+0000) Subject: s2io: Fixing debug message X-Git-Tag: v2.6.34-rc2~48^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a22813a5aaf8e8c72be575dabe0ba26f9352f4d;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed