diff options
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
-rw-r--r-- | drivers/message/fusion/mptspi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index 25df3bfdcb0b..f0618c5ae260 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c | |||
@@ -90,9 +90,9 @@ static int mptspi_write_spi_device_pg1(struct scsi_target *, | |||
90 | 90 | ||
91 | static struct scsi_transport_template *mptspi_transport_template = NULL; | 91 | static struct scsi_transport_template *mptspi_transport_template = NULL; |
92 | 92 | ||
93 | static int mptspiDoneCtx = -1; | 93 | static u8 mptspiDoneCtx = MPT_MAX_PROTOCOL_DRIVERS; |
94 | static int mptspiTaskCtx = -1; | 94 | static u8 mptspiTaskCtx = MPT_MAX_PROTOCOL_DRIVERS; |
95 | static int mptspiInternalCtx = -1; /* Used only for internal commands */ | 95 | static u8 mptspiInternalCtx = MPT_MAX_PROTOCOL_DRIVERS; /* Used only for internal commands */ |
96 | 96 | ||
97 | /** | 97 | /** |
98 | * mptspi_setTargetNegoParms - Update the target negotiation parameters | 98 | * mptspi_setTargetNegoParms - Update the target negotiation parameters |