From: Dan Carpenter Date: Tue, 15 Feb 2011 21:33:13 +0000 (-0600) Subject: [SCSI] hpsa: fix bad comparison X-Git-Tag: v2.6.39-rc1~440^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=382be668c5a284844f9dcbb5b1cb8ffba2386d80;p=pandora-kernel.git [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 Acked-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed