]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] bnx2i: Fixed the override of the error_mask module param
authorEddie Wai <eddie.wai@broadcom.com>
Thu, 2 Feb 2012 23:22:00 +0000 (15:22 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 19 Feb 2012 14:09:01 +0000 (08:09 -0600)
commit70fc872c738d1e0af7d0420047e4ca3acf283c9d
tree41ca617be6613a14edbd9e0621cb373cea04b47e
parent93713f3bf1d74c57ff851d17de54bb273d94210c
[SCSI] bnx2i: Fixed the override of the error_mask module param

The error_mask module param overrides has a bug which prevented
the new module param values to take effect.

Also changed the type attribute of the error_mask1/2 module params
from int to uint to allow the MSB to be set.

Signed-off-by: Eddie Wai <eddie.wai@broadcom.com>
Acked-by: Anil Veerabhadrappa <anilgv@broadcom.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/bnx2i/bnx2i_hwi.c
drivers/scsi/bnx2i/bnx2i_init.c