Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2707,7 +2707,7 @@ bnx2_init_nvram(struct bnx2 *bp)

	if (j == entry_count) {
		bp->flash_info = NULL;
		printk(KERN_ALERT "Unknown flash/EEPROM type.\n");
		printk(KERN_ALERT PFX "Unknown flash/EEPROM type.\n");
		rc = -ENODEV;
	}