]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4dcdb0f47471b47a7af959f8eafd3bf574c64831
tree6e9f6aa9ca2160fa0198b80e06020bfbe9ee85c6
parent4be79d39002054e2ce2fcd951301636306e55297
[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