md/raid5: remove pointless NULL test.
authorNeilBrown <neilb@suse.de>
Fri, 7 Oct 2011 03:22:49 +0000 (14:22 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 7 Oct 2011 03:22:49 +0000 (14:22 +1100)
commite4f869d9de18bc8272df8d0ab764178aa24bdf33
tree9782f85edbecdb83dab65f2fab4390264b0d7139
parentce550c2059a67ee7834fc6f64cf895391d36a58e
md/raid5: remove pointless NULL test.

In the 'abort' branch of run(), 'conf' cannot possibly be NULL,
so remove the test.

Reported-by: Zdenek Kabelac <zdenek.kabelac@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid5.c