diff options
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c index b0d7256997ac..2262c75f45d8 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c | |||
@@ -2195,6 +2195,7 @@ static int _bnx2fc_create(struct net_device *netdev, | |||
2195 | interface = bnx2fc_interface_create(hba, netdev, fip_mode); | 2195 | interface = bnx2fc_interface_create(hba, netdev, fip_mode); |
2196 | if (!interface) { | 2196 | if (!interface) { |
2197 | printk(KERN_ERR PFX "bnx2fc_interface_create failed\n"); | 2197 | printk(KERN_ERR PFX "bnx2fc_interface_create failed\n"); |
2198 | rc = -ENOMEM; | ||
2198 | goto ifput_err; | 2199 | goto ifput_err; |
2199 | } | 2200 | } |
2200 | 2201 | ||