[PATCH] -Wundef fixes (ncr5380)
authorviro@ZenIV.linux.org.uk <viro@ZenIV.linux.org.uk>
Wed, 7 Sep 2005 22:18:24 +0000 (23:18 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 8 Sep 2005 00:17:33 +0000 (17:17 -0700)
commit185a7a1cd79b9891e3c17abdb103ba1c98d6ca7a
treed508b095ce7a5e9a85266203472301b759467011
parentf20badbe1207bb10a8ad5fdadc2131c94344b5d9
[PATCH] -Wundef fixes (ncr5380)

NDEBUG and NDEBUG_ABORT are almost always used as integers in NCR5380; added
define to 0 if they are not defined, switched lone ifdef NDEBUG into if.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/NCR5380.c