[PATCH] trivial compile fix when FANCY_STATUS_DUMPS disabled

From: Eric Wong
Date: Thu Oct 23 2003 - 22:36:48 EST


This fixes compilation when FANCY_STATUS_DUMPS is disabled in
include/linux/ide.h

diff -ruNp a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c
--- a/drivers/ide/ide-disk.c 2003-06-13 07:51:33.000000000 -0700
+++ b/drivers/ide/ide-disk.c 2003-10-23 02:05:53.000000000 -0700
@@ -881,8 +881,8 @@ static u8 idedisk_dump_status (ide_drive
printk(", sector=%ld",
HWGROUP(drive)->rq->sector);
}
- }
#endif /* FANCY_STATUS_DUMPS */
+ }
printk("\n");
local_irq_restore(flags);
return err;

--
Eric Wong
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/