bnx2fc: Do not log error for netevents that need no action
authorShirish Pargaonkar <shirishpargaonkar@gmail.com>
Fri, 6 Jun 2014 18:05:59 +0000 (13:05 -0500)
committerJames Bottomley <JBottomley@Odin.com>
Tue, 27 Oct 2015 01:29:13 +0000 (10:29 +0900)
Do not log error for netevents that need no action such as
NETDEV_REGISTER 0x0005, NETDEV_CHANGEADDR, and NETDEV_CHANGENAME.
It results in logging error messages such as these

[   35.315872] bnx2fc: Unknown netevent 5
[   35.315935] bnx2fc: Unknown netevent 8
[   35.353866] bnx2fc: Unknown netevent 10

and generating bug reports.
Remove logging this message as an ERROR instead of turning them into
either DEBUG or INFO level messages.

Signed-off-by: Shirish Pargaonkar <spargaonkar@suse.com>
Acked-by: Eddie Wai <eddie.wai@broadcom.com>
Acked-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/bnx2fc/bnx2fc_fcoe.c

index d5cdc4776707b13ad67159c5e0822adf26f392b8..b0bc5ffee903ad8b497886c0c445700496630110 100644 (file)
@@ -856,7 +856,6 @@ static void bnx2fc_indicate_netevent(void *context, unsigned long event,
                return;
 
        default:
-               printk(KERN_ERR PFX "Unknown netevent %ld", event);
                return;
        }