[SCSI] mpt: fix disable lsi sas to use msi as default
authorYinghai Lu <yinghai@kernel.org>
Wed, 18 Feb 2009 19:25:32 +0000 (11:25 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 22 Feb 2009 14:51:07 +0000 (08:51 -0600)
commit5ce7868e159a3ee4ddf95f8522643991fea97cf2
tree87f774d3afb7b3b92172c5d8aac53f78b0797afe
parent126c098296c8f96cf7f6ca0fdb47265ac7994f00
[SCSI] mpt: fix disable lsi sas to use msi as default

Impact: fix bug

the third param in module_param(,,) is perm instead of default value.
we still need to assign default at first.  Also, the default is now
zero not one, so fix the parameter text to reflect that.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: Kashyap Desai <kadesai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/message/fusion/mptbase.c