Commit 72e3e1c9 authored by Linus Torvalds's avatar Linus Torvalds

Revert NDEBUG move in NCR5380 - g_NCR5380 includes the file (ugh) and

wants 'phases'

Cset exclude: geert@linux-m68k.org|ChangeSet|20030912135245|42657
parent 3a635bf5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment