diff options
Diffstat (limited to 'drivers/message/fusion/mptfc.c')
| -rw-r--r-- | drivers/message/fusion/mptfc.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c index 91c79e525d3c..11845faeede5 100644 --- a/drivers/message/fusion/mptfc.c +++ b/drivers/message/fusion/mptfc.c | |||
| @@ -166,6 +166,9 @@ mptfc_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
| 166 | return r; | 166 | return r; |
| 167 | 167 | ||
| 168 | ioc = pci_get_drvdata(pdev); | 168 | ioc = pci_get_drvdata(pdev); |
| 169 | ioc->DoneCtx = mptfcDoneCtx; | ||
| 170 | ioc->TaskCtx = mptfcTaskCtx; | ||
| 171 | ioc->InternalCtx = mptfcInternalCtx; | ||
| 169 | 172 | ||
| 170 | /* Added sanity check on readiness of the MPT adapter. | 173 | /* Added sanity check on readiness of the MPT adapter. |
| 171 | */ | 174 | */ |
| @@ -325,10 +328,6 @@ mptfc_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
| 325 | hd->timer.data = (unsigned long) hd; | 328 | hd->timer.data = (unsigned long) hd; |
| 326 | hd->timer.function = mptscsih_timer_expired; | 329 | hd->timer.function = mptscsih_timer_expired; |
| 327 | 330 | ||
| 328 | ioc->DoneCtx = mptfcDoneCtx; | ||
| 329 | ioc->TaskCtx = mptfcTaskCtx; | ||
| 330 | ioc->InternalCtx = mptfcInternalCtx; | ||
| 331 | |||
| 332 | hd->mpt_pq_filter = mpt_pq_filter; | 331 | hd->mpt_pq_filter = mpt_pq_filter; |
| 333 | 332 | ||
| 334 | ddvprintk((MYIOC_s_INFO_FMT | 333 | ddvprintk((MYIOC_s_INFO_FMT |
