[SCSI] fusion: add MSI support
authorChristoph Hellwig <hch@infradead.org>
Tue, 17 Jan 2006 13:44:29 +0000 (13:44 +0000)
committerJames Bottomley <jejb@mulgrave.(none)>
Tue, 31 Jan 2006 20:39:59 +0000 (14:39 -0600)
commit4ddce14e753fd4fe7445fa046a3aee155c2e48f4
treec95e910366dd8412ae8be1e5f73c56aca5576044
parent7e55147fe3203b72e80186c45df9bf0fd6cd97c9
[SCSI] fusion: add MSI support

On Mon, Jan 16, 2006 at 06:53:24PM -0700, Moore, Eric wrote:
> Adding MSI support, and command line for enabling
> it.  By default, the command line option has MSI disabled.

mpt_msi_enable is initialized to 0 implicitly, no need to do that.  Also
replace if (mpt_msi_enable == 1) tests with just if (mpt_msi_enable).

Updated patch below:

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/mptbase.c
This page took 0.025361 seconds and 5 git commands to generate.