linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark de Wever <koraq@xs4all.nl>
To: Mark de Wever <koraq@xs4all.nl>
Cc: petkovbb@gmail.com, sshtylyov@ru.mvista.com, bzolnier@gmail.com,
	linux-ide@vger.kernel.org, TejunHeo <tj@kernel.org>
Subject: [PATCH] Fix ide-tape compilation error.
Date: Tue, 5 May 2009 23:19:39 +0200	[thread overview]
Message-ID: <20090505211939.GA6281@localhost> (raw)
In-Reply-To: <20090505211259.GA2723@localhost>

This error only occurs when IDETAPE_DEBUG_LOG is enabled.

Signed-off-by: Mark de Wever <koraq@xs4all.nl>
---
 drivers/ide/ide-tape.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
index 8dfc688..203bbea 100644
--- a/drivers/ide/ide-tape.c
+++ b/drivers/ide/ide-tape.c
@@ -617,7 +617,7 @@ static ide_startstop_t idetape_do_request(ide_drive_t *drive,
 	struct ide_cmd cmd;
 	u8 stat;
 
-	debug_log(DBG_SENSE, "sector: %llu, nr_sectors: %lu\n"
+	debug_log(DBG_SENSE, "sector: %llu, nr_sectors: %lu\n",
 		  (unsigned long long)rq->sector, rq->nr_sectors);
 
 	if (!(blk_special_request(rq) || blk_sense_request(rq))) {
-- 
1.5.6.5

Regards,
Mark de Wever

  reply	other threads:[~2009-05-05 21:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-10 17:42 [bug#12874] Seagate STT20000A no longer works Borislav Petkov
2009-04-14 21:34 ` Mark de Wever
2009-04-14 21:41 ` Mark de Wever
2009-04-20  9:30   ` Borislav Petkov
2009-05-05 21:12     ` Mark de Wever
2009-05-05 21:19       ` Mark de Wever [this message]
2009-05-06  6:10         ` [PATCH] Fix ide-tape compilation error Borislav Petkov
2009-05-16 15:08           ` Borislav Petkov
2009-05-06  6:11       ` [bug#12874] Seagate STT20000A no longer works Borislav Petkov
2009-05-16  8:25         ` Mark de Wever

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=20090505211939.GA6281@localhost \
    --to=koraq@xs4all.nl \
    --cc=bzolnier@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=petkovbb@gmail.com \
    --cc=sshtylyov@ru.mvista.com \
    --cc=tj@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).