s2io: Formatting log message
authorBreno Leitao <leitao@linux.vnet.ibm.com>
Tue, 3 Feb 2009 23:15:15 +0000 (15:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2009 23:15:15 +0000 (15:15 -0800)
commit073a24364fe6de7eef0a3dec0ec7d48e56624092
treec0ff144ce5dbb6be78c7eaab50b6fcab6e78687b
parent3834507d0c5480a0f05486c2fb57ed18fd179a83
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 <leitao@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/s2io.c