From: Dan Carpenter Date: Sat, 10 Apr 2010 03:07:36 +0000 (-0500) Subject: [SCSI] iscsi_tcp: change & to && X-Git-Tag: v2.6.35-rc1~470^2^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef7d17a907d89d590831a3995ed8638a9ad394bc;p=pandora-kernel.git [SCSI] iscsi_tcp: change & to && This change is basically a clean up. datadgst_en is an int which comes from the user. I didn't see anything limiting it to 1 and 0 although obviously that's what it's supposed to be. If the user passed in 2 this test would fail. This same if condition is repeated in another function and it uses && there. Signed-off-by: Dan Carpenter Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed