dm raid: Remove empty if statement
authorDamien Le Moal <damien.lemoal@wdc.com>
Thu, 16 Jul 2020 04:38:13 +0000 (13:38 +0900)
committerMike Snitzer <snitzer@redhat.com>
Tue, 4 Aug 2020 19:48:48 +0000 (15:48 -0400)
commit04dc5330e5deebde2c88f8422c446e8212090ba3
tree629d8c258369065345f0170547f74859fc73f203
parenta84c4308333a2cbd54593649a8b144df95c68227
dm raid: Remove empty if statement

In super_init_validation(), remove a body-less if statement testing only
variables to avoid a compilation warning when compiling with W=1.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-raid.c