diff options
Diffstat (limited to 'drivers/message/fusion/mptsas.c')
-rw-r--r-- | drivers/message/fusion/mptsas.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index b28e930528e8..f66f2203143a 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c | |||
@@ -76,16 +76,10 @@ MODULE_AUTHOR(MODULEAUTHOR); | |||
76 | MODULE_DESCRIPTION(my_NAME); | 76 | MODULE_DESCRIPTION(my_NAME); |
77 | MODULE_LICENSE("GPL"); | 77 | MODULE_LICENSE("GPL"); |
78 | 78 | ||
79 | static int mpt_pq_filter; | ||
80 | module_param(mpt_pq_filter, int, 0); | ||
81 | MODULE_PARM_DESC(mpt_pq_filter, | ||
82 | "Enable peripheral qualifier filter: enable=1 " | ||
83 | "(default=0)"); | ||
84 | |||
85 | static int mpt_pt_clear; | 79 | static int mpt_pt_clear; |
86 | module_param(mpt_pt_clear, int, 0); | 80 | module_param(mpt_pt_clear, int, 0); |
87 | MODULE_PARM_DESC(mpt_pt_clear, | 81 | MODULE_PARM_DESC(mpt_pt_clear, |
88 | "Clear persistency table: enable=1 " | 82 | " Clear persistency table: enable=1 " |
89 | "(default=MPTSCSIH_PT_CLEAR=0)"); | 83 | "(default=MPTSCSIH_PT_CLEAR=0)"); |
90 | 84 | ||
91 | static int mptsasDoneCtx = -1; | 85 | static int mptsasDoneCtx = -1; |
@@ -2703,7 +2697,6 @@ mptsas_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
2703 | hd->timer.data = (unsigned long) hd; | 2697 | hd->timer.data = (unsigned long) hd; |
2704 | hd->timer.function = mptscsih_timer_expired; | 2698 | hd->timer.function = mptscsih_timer_expired; |
2705 | 2699 | ||
2706 | hd->mpt_pq_filter = mpt_pq_filter; | ||
2707 | ioc->sas_data.ptClear = mpt_pt_clear; | 2700 | ioc->sas_data.ptClear = mpt_pt_clear; |
2708 | 2701 | ||
2709 | if (ioc->sas_data.ptClear==1) { | 2702 | if (ioc->sas_data.ptClear==1) { |
@@ -2711,12 +2704,6 @@ mptsas_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
2711 | ioc, MPI_SAS_OP_CLEAR_ALL_PERSISTENT); | 2704 | ioc, MPI_SAS_OP_CLEAR_ALL_PERSISTENT); |
2712 | } | 2705 | } |
2713 | 2706 | ||
2714 | ddvprintk((MYIOC_s_INFO_FMT | ||
2715 | "mpt_pq_filter %x mpt_pq_filter %x\n", | ||
2716 | ioc->name, | ||
2717 | mpt_pq_filter, | ||
2718 | mpt_pq_filter)); | ||
2719 | |||
2720 | init_waitqueue_head(&hd->scandv_waitq); | 2707 | init_waitqueue_head(&hd->scandv_waitq); |
2721 | hd->scandv_wait_done = 0; | 2708 | hd->scandv_wait_done = 0; |
2722 | hd->last_queue_full = 0; | 2709 | hd->last_queue_full = 0; |