md: remove redundant code that is no longer reachable
authorColin Ian King <colin.king@canonical.com>
Mon, 8 Oct 2018 21:16:09 +0000 (22:16 +0100)
committerShaohua Li <shli@fb.com>
Wed, 10 Oct 2018 17:45:15 +0000 (10:45 -0700)
commit116d99adf59314924adae0cb691e4d289b5f2407
treee78ab5cc761353e83b737e5adf69875dee2d4e6e
parent059421e041eb461fb2b3e81c9adaec18ef03ca3c
md: remove redundant code that is no longer reachable

And earlier commit removed the error label to two statements that
are now never reachable.  Since this code is now dead code, remove it.

Detected by CoverityScan, CID#1462409 ("Structurally dead code")

Fixes: d5d885fd514f ("md: introduce new personality funciton start()")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/raid5-cache.c