Commit 2f23c523 authored by John W. Linville's avatar John W. Linville Committed by David S. Miller

[BNX2]: output driver name as prefix in error message

Output driver name as prefix to "Unknown flash/EEPROM type." message.
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b925556c
...@@ -2707,7 +2707,7 @@ bnx2_init_nvram(struct bnx2 *bp) ...@@ -2707,7 +2707,7 @@ bnx2_init_nvram(struct bnx2 *bp)
if (j == entry_count) { if (j == entry_count) {
bp->flash_info = NULL; bp->flash_info = NULL;
printk(KERN_ALERT "Unknown flash/EEPROM type.\n"); printk(KERN_ALERT PFX "Unknown flash/EEPROM type.\n");
rc = -ENODEV; rc = -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment