[SCSI] advansys: Merge ASC_IERR definitions
authorMatthew Wilcox <matthew@wil.cx>
Wed, 3 Oct 2007 01:55:30 +0000 (21:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:53:22 +0000 (14:53 -0400)
commit720349a879d3e37f3d932bf3ca9b94ac638d59b6
tree0683cbf58a37b91a9923060b5425755d97173b64
parentd361db483241489fc4b37cd168c2ce7940a7845b
[SCSI] advansys: Merge ASC_IERR definitions

There were two blocks of ASC_IERR definitions; one for narrow and one for
wide boards.  Some of the same names were used (with the same values),
and some of the same values were used with different names.  This could
only lead to confusion, so I unified them in one block of definitions
with no overlapping values.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c