diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-20 16:03:14 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-20 12:16:10 -0600 |
commit | c877f42498aba4736ca9a66b1af5115ee613e05d (patch) | |
tree | 6c6220c324149994735f9ea099dfba237041ebc9 /drivers/block | |
parent | c8e90782e15bc9e0a0ccbbc99a03eec206ac300c (diff) | |
download | blackbird-op-linux-c877f42498aba4736ca9a66b1af5115ee613e05d.tar.gz blackbird-op-linux-c877f42498aba4736ca9a66b1af5115ee613e05d.zip |
swim3: remove (commented out) printing of req->errors
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/swim3.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |