aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2009-07-17 23:55:15 +0000
committerDavid S. Miller <davem@davemloft.net>2009-08-07 10:42:56 -0700
commit37bbe084d1152cb580d2cc88b4eda2004506a141 (patch)
tree6642f3ff69a6f84fa8b0277411420533e23f4950 /drivers/ide
parentide: Fix annoying warning in ide_pio_bytes(). (diff)
downloadlinux-dev-37bbe084d1152cb580d2cc88b4eda2004506a141.tar.xz
linux-dev-37bbe084d1152cb580d2cc88b4eda2004506a141.zip
ide-tape: fix debug call
This error only occurs when IDETAPE_DEBUG_LOG is enabled. Signed-off-by: Mark de Wever <koraq@xs4all.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/ide-tape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
index bc5fb12b913c..1d74f159bcc4 100644
--- a/drivers/ide/ide-tape.c
+++ b/drivers/ide/ide-tape.c
@@ -583,7 +583,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: %u\n"
+ debug_log(DBG_SENSE, "sector: %llu, nr_sectors: %u\n",
(unsigned long long)blk_rq_pos(rq), blk_rq_sectors(rq));
BUG_ON(!(blk_special_request(rq) || blk_sense_request(rq)));