summary refs log tree commit diff
path: root/drivers/scsi/nsp32.c
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2011-02-15 15:33:13 -0600
committerJames Bottomley <James.Bottomley@suse.de>2011-02-18 12:34:38 -0600
commit382be668c5a284844f9dcbb5b1cb8ffba2386d80 (patch)
treef32e381380abebd99a3ee77566efc494541e2347 /drivers/scsi/nsp32.c
parentba95e2ac6bfeb9af92153058a353fc47e1addc02 (diff)
downloadlinux-382be668c5a284844f9dcbb5b1cb8ffba2386d80.tar.gz
[SCSI] hpsa: fix bad comparison
'!' has higher precedence than '&'.  CFGTBL_ChangeReq is 0x1 so the
original code is equivelent to if (!doorbell_value) {...

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/nsp32.c')
0 files changed, 0 insertions, 0 deletions