commit | 0b6c4b14cfb2fd89064d29bdead62f9ed8631399 | [log] [tgz] |
---|---|---|
author | Roel Kluin <12o3l@tiscali.nl> | Mon Jan 28 14:09:54 2008 +0100 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 07 12:18:59 2008 -0500 |
tree | 8a9b8e9ecf74f0af991946f189827a0a6a1701ff | |
parent | 639db475c8bb77f915f79f567ee98ac673d6edf3 [diff] |
[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 <hare@suse.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>