diff options
author | Asai Thambi SP <asamymuthupa@micron.com> | 2015-05-11 18:54:19 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-06-16 10:24:50 -0400 |
commit | 284eb9a202a24fec4aed02d7526abc29827f6cbb (patch) | |
tree | 3b4439c7507d7052006c95c60dcf5bf1ea205d26 | |
parent | 2132a544727eb17f76bfef8b550a016a41c38821 (diff) |
mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()
Signed-off-by: Asai Thambi S P <asamymuthupa@micron.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
-rw-r--r-- | drivers/block/mtip32xx/mtip32xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c index 0c429b51e535..378125004b6c 100644 --- a/drivers/block/mtip32xx/mtip32xx.c +++ b/drivers/block/mtip32xx/mtip32xx.c | |||
@@ -2891,7 +2891,6 @@ static int mtip_ftl_rebuild_poll(struct driver_data *dd) | |||
2891 | mtip_block_initialize(dd); | 2891 | mtip_block_initialize(dd); |
2892 | return 0; | 2892 | return 0; |
2893 | } | 2893 | } |
2894 | ssleep(10); | ||
2895 | } while (time_before(jiffies, timeout)); | 2894 | } while (time_before(jiffies, timeout)); |
2896 | 2895 | ||
2897 | /* Check for timeout */ | 2896 | /* Check for timeout */ |