lkml.org 
[lkml]   [2003]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] trivial compile fix when FANCY_STATUS_DUMPS disabled
Eric Wong <normalperson@yhbt.net> wrote:
> This fixes compilation when FANCY_STATUS_DUMPS is disabled in
> include/linux/ide.h

Oops, forgot to say, this is against 2.4.22

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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.026 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site