]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 21:07:31 +0000 (14:07 -0700)
commit0531603e3a0dbb7c36f2b37833add0e73b8c0c5f
tree1b6d6ffb21804a39b00a18613ec3edee866d241f
parent47c00d01fb222baaf8d248f855061da168b29c5d
SCSI: mpt2sas: Fix for issue Missing delay not getting set during system bootup

commit b0df96a0068daee4f9c2189c29b9053eb6e46b17 upstream.

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>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/mpt2sas/mpt2sas_base.c
drivers/scsi/mpt2sas/mpt2sas_base.h
drivers/scsi/mpt2sas/mpt2sas_scsih.c