[PATCH 6/7] mtd: blkdevs: remove dead code
Brian Norris
computersforpeace at gmail.com
Sat Feb 28 02:02:29 PST 2015
The only exit (break) from the preceding loop is nested within a
condition which yields req == NULL. This code is dead.
Coverity CID #752669
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
drivers/mtd/mtd_blkdevs.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c
index d08229eb44d8..2b0c52870999 100644
--- a/drivers/mtd/mtd_blkdevs.c
+++ b/drivers/mtd/mtd_blkdevs.c
@@ -171,9 +171,6 @@ static void mtd_blktrans_work(struct work_struct *work)
background_done = 0;
}
- if (req)
- __blk_end_request_all(req, -EIO);
-
spin_unlock_irq(rq->queue_lock);
}
--
2.1.0
More information about the linux-mtd
mailing list