diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index 7c898875838f..8702c8d728dd 100644 --- a/drivers/scsi/fcoe/fcoe.c +++ b/drivers/scsi/fcoe/fcoe.c | |||
@@ -1631,7 +1631,7 @@ static int fcoe_destroy(const char *buffer, struct kernel_param *kp) | |||
1631 | { | 1631 | { |
1632 | struct fcoe_interface *fcoe; | 1632 | struct fcoe_interface *fcoe; |
1633 | struct net_device *netdev; | 1633 | struct net_device *netdev; |
1634 | int rc; | 1634 | int rc = 0; |
1635 | 1635 | ||
1636 | mutex_lock(&fcoe_config_mutex); | 1636 | mutex_lock(&fcoe_config_mutex); |
1637 | #ifdef CONFIG_FCOE_MODULE | 1637 | #ifdef CONFIG_FCOE_MODULE |