net/mac8390: Fix log messages
authorFinn Thain <[email protected]>
Mon, 19 Feb 2018 02:39:17 +0000 (21:39 -0500)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: Finn Thain <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/8390/mac8390.c