md/bitmap: remove redundant check
authorEric Engestrom <eric.engestrom@imgtec.com>
Mon, 7 Mar 2016 12:01:05 +0000 (12:01 +0000)
committerShaohua Li <shli@fb.com>
Mon, 7 Mar 2016 17:30:16 +0000 (09:30 -0800)
commitc97e0602bcfeaabf303b125e07ed7ba35c656495
treec259ea3719a1f6a491ff751117971ace18279471
parent70d9798b95562abac005d4ba71d28820f9a201eb
md/bitmap: remove redundant check

daemon_sleep is an unsigned, so testing if it's 0 or less than 1 does
the same thing.

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/bitmap.c
This page took 0.024886 seconds and 5 git commands to generate.