提交 e8e7526c 编写于 作者: M Mark de Wever 提交者: Bartlomiej Zolnierkiewicz

ide-tape: fix debug call

This error only occurs when IDETAPE_DEBUG_LOG is enabled.
Signed-off-by: NMark de Wever <koraq@xs4all.nl>
Signed-off-by: NBorislav Petkov <petkovbb@gmail.com>
Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
上级 fdac1c76
...@@ -617,7 +617,7 @@ static ide_startstop_t idetape_do_request(ide_drive_t *drive, ...@@ -617,7 +617,7 @@ static ide_startstop_t idetape_do_request(ide_drive_t *drive,
struct ide_cmd cmd; struct ide_cmd cmd;
u8 stat; 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); (unsigned long long)rq->sector, rq->nr_sectors);
if (!(blk_special_request(rq) || blk_sense_request(rq))) { if (!(blk_special_request(rq) || blk_sense_request(rq))) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册