diff options
author | John W. Linville <linville@tuxdriver.com> | 2005-11-10 15:57:33 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-10 15:57:33 -0500 |
commit | 2f23c523f32324e5b5f39565cbcb0a8ff8923019 (patch) | |
tree | b7a53ef324504ed57920d2358b4c6a19143af13b /drivers/net/bnx2.c | |
parent | b925556cc9e82b32ab68a7620b247f47193501a7 (diff) |
[BNX2]: output driver name as prefix in error message
Output driver name as prefix to "Unknown flash/EEPROM type." message.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 8f464271664d..65aae2828f39 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -2707,7 +2707,7 @@ bnx2_init_nvram(struct bnx2 *bp) | |||
2707 | 2707 | ||
2708 | if (j == entry_count) { | 2708 | if (j == entry_count) { |
2709 | bp->flash_info = NULL; | 2709 | bp->flash_info = NULL; |
2710 | printk(KERN_ALERT "Unknown flash/EEPROM type.\n"); | 2710 | printk(KERN_ALERT PFX "Unknown flash/EEPROM type.\n"); |
2711 | rc = -ENODEV; | 2711 | rc = -ENODEV; |
2712 | } | 2712 | } |
2713 | 2713 | ||