]> git.hungrycats.org Git - linux/commitdiff
Revert NDEBUG move in NCR5380 - g_NCR5380 includes the file (ugh) and
authorLinus Torvalds <torvalds@home.osdl.org>
Sat, 27 Sep 2003 10:38:25 +0000 (03:38 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 27 Sep 2003 10:38:25 +0000 (03:38 -0700)
wants 'phases'

Cset exclude: geert@linux-m68k.org|ChangeSet|20030912135245|42657

drivers/scsi/NCR5380.c

index 5faf0ee3e06ce5871c2b380ba8c319c5c1396d0a..ff77a2887b8fa6c95065fdea1519738e22a49aa6 100644 (file)
@@ -390,7 +390,6 @@ static int NCR5380_poll_politely(struct Scsi_Host *instance, int reg, int bit, i
        return -ETIMEDOUT;
 }
 
-#ifdef NDEBUG
 static struct {
        unsigned char value;
        const char *name;
@@ -404,6 +403,7 @@ static struct {
        {PHASE_UNKNOWN, "UNKNOWN"}
 };
 
+#ifdef NDEBUG
 static struct {
        unsigned char mask;
        const char *name;