diff options
Diffstat (limited to 'drivers/message/fusion/mptbase.c')
-rw-r--r-- | drivers/message/fusion/mptbase.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 2a52559058a9..b88a244a1edd 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c | |||
@@ -1799,7 +1799,7 @@ mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id) | |||
1799 | ioc->sh = NULL; | 1799 | ioc->sh = NULL; |
1800 | ioc->cached_fw = NULL; | 1800 | ioc->cached_fw = NULL; |
1801 | 1801 | ||
1802 | /* Initilize SCSI Config Data structure | 1802 | /* Initialize SCSI Config Data structure |
1803 | */ | 1803 | */ |
1804 | memset(&ioc->spi_data, 0, sizeof(SpiCfgData)); | 1804 | memset(&ioc->spi_data, 0, sizeof(SpiCfgData)); |
1805 | 1805 | ||
@@ -2478,7 +2478,7 @@ mpt_do_ioc_recovery(MPT_ADAPTER *ioc, u32 reason, int sleepFlag) | |||
2478 | if ((ret == 0) && (reason == MPT_HOSTEVENT_IOC_BRINGUP)) { | 2478 | if ((ret == 0) && (reason == MPT_HOSTEVENT_IOC_BRINGUP)) { |
2479 | 2479 | ||
2480 | /* | 2480 | /* |
2481 | * Initalize link list for inactive raid volumes. | 2481 | * Initialize link list for inactive raid volumes. |
2482 | */ | 2482 | */ |
2483 | mutex_init(&ioc->raid_data.inactive_list_mutex); | 2483 | mutex_init(&ioc->raid_data.inactive_list_mutex); |
2484 | INIT_LIST_HEAD(&ioc->raid_data.inactive_list); | 2484 | INIT_LIST_HEAD(&ioc->raid_data.inactive_list); |