]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
swim3: remove (commented out) printing of req->errors
authorChristoph Hellwig <hch@lst.de>
Thu, 20 Apr 2017 14:03:14 +0000 (16:03 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 20 Apr 2017 18:16:10 +0000 (12:16 -0600)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/swim3.c

index 61b3ffa4f45897aef1e4f2b33220f16e1a19e4b5..ba4809c9bdbadfccfb3bd28b7e3c9825ce0e39f1 100644 (file)
@@ -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) {