diff options
Diffstat (limited to 'drivers/message/fusion')
-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 a6a57011ba6c..14d162fb8a2a 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c | |||
@@ -1794,7 +1794,7 @@ mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id) | |||
1794 | ioc->sh = NULL; | 1794 | ioc->sh = NULL; |
1795 | ioc->cached_fw = NULL; | 1795 | ioc->cached_fw = NULL; |
1796 | 1796 | ||
1797 | /* Initilize SCSI Config Data structure | 1797 | /* Initialize SCSI Config Data structure |
1798 | */ | 1798 | */ |
1799 | memset(&ioc->spi_data, 0, sizeof(SpiCfgData)); | 1799 | memset(&ioc->spi_data, 0, sizeof(SpiCfgData)); |
1800 | 1800 | ||
@@ -2471,7 +2471,7 @@ mpt_do_ioc_recovery(MPT_ADAPTER *ioc, u32 reason, int sleepFlag) | |||
2471 | if ((ret == 0) && (reason == MPT_HOSTEVENT_IOC_BRINGUP)) { | 2471 | if ((ret == 0) && (reason == MPT_HOSTEVENT_IOC_BRINGUP)) { |
2472 | 2472 | ||
2473 | /* | 2473 | /* |
2474 | * Initalize link list for inactive raid volumes. | 2474 | * Initialize link list for inactive raid volumes. |
2475 | */ | 2475 | */ |
2476 | mutex_init(&ioc->raid_data.inactive_list_mutex); | 2476 | mutex_init(&ioc->raid_data.inactive_list_mutex); |
2477 | INIT_LIST_HEAD(&ioc->raid_data.inactive_list); | 2477 | INIT_LIST_HEAD(&ioc->raid_data.inactive_list); |