Commit 306fbc2
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: Tom Rix <trix@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>1 parent 26cb62a commit 306fbc2
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2209 | 2209 | | |
2210 | 2210 | | |
2211 | 2211 | | |
2212 | | - | |
2213 | 2212 | | |
2214 | 2213 | | |
2215 | 2214 | | |
| |||
2324 | 2323 | | |
2325 | 2324 | | |
2326 | 2325 | | |
2327 | | - | |
2328 | 2326 | | |
2329 | 2327 | | |
2330 | 2328 | | |
| |||
2340 | 2338 | | |
2341 | 2339 | | |
2342 | 2340 | | |
2343 | | - | |
2344 | | - | |
2345 | 2341 | | |
2346 | 2342 | | |
2347 | 2343 | | |
| |||
0 commit comments