From: Breno Leitao Date: Tue, 3 Feb 2009 23:15:15 +0000 (-0800) Subject: s2io: Formatting log message X-Git-Tag: v2.6.30-rc1~662^2~831 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073a24364fe6de7eef0a3dec0ec7d48e56624092;p=pandora-kernel.git s2io: Formatting log message 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed