From: Christoph Hellwig Date: Thu, 20 Apr 2017 14:03:14 +0000 (+0200) Subject: swim3: remove (commented out) printing of req->errors X-Git-Tag: Ubuntu-5.10.0-12.13~10468^2~28 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c877f42498aba4736ca9a66b1af5115ee613e05d;p=mirror_ubuntu-hirsute-kernel.git swim3: remove (commented out) printing of req->errors Signed-off-by: Christoph Hellwig Reviewed-by: Johannes Thumshirn Signed-off-by: Jens Axboe --- diff --git a/drivers/block/swim3.c b/drivers/block/swim3.c index 61b3ffa4f458..ba4809c9bdba 100644 --- a/drivers/block/swim3.c +++ b/drivers/block/swim3.c @@ -343,8 +343,8 @@ static void start_request(struct floppy_state *fs) req->rq_disk->disk_name, req->cmd, (long)blk_rq_pos(req), blk_rq_sectors(req), bio_data(req->bio)); - swim3_dbg(" errors=%d current_nr_sectors=%u\n", - req->errors, blk_rq_cur_sectors(req)); + swim3_dbg(" current_nr_sectors=%u\n", + blk_rq_cur_sectors(req)); #endif if (blk_rq_pos(req) >= fs->total_secs) {