net/mac8390: Fix log messages
authorFinn Thain <fthain@telegraphics.com.au>
Mon, 19 Feb 2018 02:39:17 +0000 (21:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Feb 2018 19:14:05 +0000 (14:14 -0500)
commit4a1b27c9e32c3993bb2c9efd8776117ca7eefa78
tree888b9fcb7b1a67d31d3da21df86a2f81da37f4aa
parent494a973e22954249d35152cce1dcfba6d10c52e4
net/mac8390: Fix log messages

Use dev_foo() to log the slot number instead of the unexpanded "eth%d"
format string.
Disambiguate the two identical "Card type %s is unsupported" messages.

Tested-by: Stan Johnson <userm57@yahoo.com>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/8390/mac8390.c