From: Roel Kluin <12o3l@tiscali.nl> Date: Mon, 28 Jan 2008 13:09:54 +0000 (+0100) Subject: [SCSI] aic7xxx: Test opcode, not definition in aicasm:type_check() X-Git-Tag: v2.6.26-rc1~1140^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6c4b14cfb2fd89064d29bdead62f9ed8631399;p=pandora-kernel.git [SCSI] aic7xxx: Test opcode, not definition in aicasm:type_check() This fixes a bug that we treat all sequencer operations as ands and never do the additional invalid bit checks non-and operations require because the if () to determine this has an operand which is always true at the end of the or statement. Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Acked-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed