Output driver name as prefix to "Unknown flash/EEPROM type." message.
Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- drivers/net/bnx2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applies-to: 841d5e5eeda46fd95ac03c36964919818a9bc3a6 b03c1f78b764a13a291c26f50f98125cbb7ccc92 diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 8f46427..65aae28 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c @@ -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; } --- 0.99.9.GIT -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html