From: Eric Wong <normalperson@yhbt.net>
To: marcelo.tosatti@cyclades.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] trivial compile fix when FANCY_STATUS_DUMPS disabled
Date: Thu, 23 Oct 2003 20:35:51 -0700 [thread overview]
Message-ID: <20031024033550.GA13374@BL4ST> (raw)
In-Reply-To: <20031024033226.GA530@BL4ST>
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
prev parent reply other threads:[~2003-10-24 3:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-24 3:32 [PATCH] trivial compile fix when FANCY_STATUS_DUMPS disabled Eric Wong
2003-10-24 3:35 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031024033550.GA13374@BL4ST \
--to=normalperson@yhbt.net \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.