]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[SCSI] 3w-xxxx: fix "ATA UDMA upgrade" message number
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 25 Sep 2006 23:59:11 +0000 (16:59 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 26 Sep 2006 17:39:27 +0000 (10:39 -0700)
sparse "defined twice" warning

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/3w-xxxx.h

index 31fe5ea159205bb15b861a615d39b7405679c728..bbd654a2b9b1e5e15562cbbb1d3915b7e961b227 100644 (file)
@@ -74,7 +74,7 @@ static char *tw_aen_string[] = {
        [0x00D] = "ERROR: Logical unit deleted: Unit #",
        [0x00F] = "WARNING: SMART threshold exceeded: Port #",
        [0x021] = "WARNING: ATA UDMA downgrade: Port #",
-       [0x021] = "WARNING: ATA UDMA upgrade: Port #",
+       [0x022] = "WARNING: ATA UDMA upgrade: Port #",
        [0x023] = "WARNING: Sector repair occurred: Port #",
        [0x024] = "ERROR: SBUF integrity check failure",
        [0x025] = "ERROR: Lost cached write: Port #",