diff options
Diffstat (limited to 'drivers/message/fusion/mptfc.c')
-rw-r--r-- | drivers/message/fusion/mptfc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c index 8422c25e4a3e..2b3e27a58035 100644 --- a/drivers/message/fusion/mptfc.c +++ b/drivers/message/fusion/mptfc.c | |||
@@ -90,9 +90,9 @@ static int max_lun = MPTFC_MAX_LUN; | |||
90 | module_param(max_lun, int, 0); | 90 | module_param(max_lun, int, 0); |
91 | MODULE_PARM_DESC(max_lun, " max lun, default=16895 "); | 91 | MODULE_PARM_DESC(max_lun, " max lun, default=16895 "); |
92 | 92 | ||
93 | static int mptfcDoneCtx = -1; | 93 | static u8 mptfcDoneCtx = MPT_MAX_PROTOCOL_DRIVERS; |
94 | static int mptfcTaskCtx = -1; | 94 | static u8 mptfcTaskCtx = MPT_MAX_PROTOCOL_DRIVERS; |
95 | static int mptfcInternalCtx = -1; /* Used only for internal commands */ | 95 | static u8 mptfcInternalCtx = MPT_MAX_PROTOCOL_DRIVERS; |
96 | 96 | ||
97 | static int mptfc_target_alloc(struct scsi_target *starget); | 97 | static int mptfc_target_alloc(struct scsi_target *starget); |
98 | static int mptfc_slave_alloc(struct scsi_device *sdev); | 98 | static int mptfc_slave_alloc(struct scsi_device *sdev); |