Skip to content
Commit 306fbc2e authored by Tom Rix's avatar Tom Rix Committed by Mike Snitzer
Browse files

dm raid: remove unused d variable



clang with W=1 reports
drivers/md/dm-raid.c:2212:15: error: variable
  'd' set but not used [-Werror,-Wunused-but-set-variable]
        unsigned int d;
                     ^
This variable is not used so remove it.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 26cb62a2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment