commit | 147a67f0107effad2b454b786228c97e429f654e | [log] [tgz] |
---|---|---|
author | viro@ZenIV.linux.org.uk <viro@ZenIV.linux.org.uk> | Wed Sep 07 23:26:35 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 17:17:34 2005 -0700 |
tree | 95f7a2adcb496b928673d0d7aa857b65cfa767fa | |
parent | 4c86b114a45361aa3b321fd24c53023c300566fc [diff] [blame] |
[PATCH] bogus #if (ncr53c406) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/drivers/scsi/NCR53c406a.c b/drivers/scsi/NCR53c406a.c index 79ae73b..e1f2246 100644 --- a/drivers/scsi/NCR53c406a.c +++ b/drivers/scsi/NCR53c406a.c
@@ -62,7 +62,7 @@ #define SYNC_MODE 0 /* Synchronous transfer mode */ -#if DEBUG +#ifdef DEBUG #undef NCR53C406A_DEBUG #define NCR53C406A_DEBUG 1 #endif