[SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootup
authorReddy, Sreekanth <Sreekanth.Reddy@lsi.com>
Tue, 26 Feb 2013 11:29:59 +0000 (16:59 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 24 Jun 2013 19:35:34 +0000 (12:35 -0700)
commitb0df96a0068daee4f9c2189c29b9053eb6e46b17
tree6e9f6aa9ca2160fa0198b80e06020bfbe9ee85c6
parent49c1241384b599421a5e8c9f73f72e2052dd416d
[SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootup

Missing delay is not getting set properly. The reason is that it is not
defined in the same file from where it is being invoked.  The fix is to move
the missing delay module parameter from mpt2sas_base.c to mpt2sas_scsh.c.

Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
Cc: stable@vger.kernel.org
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/mpt2sas/mpt2sas_base.c
drivers/scsi/mpt2sas/mpt2sas_base.h
drivers/scsi/mpt2sas/mpt2sas_scsih.c