]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
md/bitmap: remove redundant return in bitmap_checkpage
authorGuoqing Jiang <gqjiang@suse.com>
Mon, 14 Mar 2016 09:01:38 +0000 (17:01 +0800)
committerShaohua Li <shli@fb.com>
Mon, 14 Mar 2016 18:36:07 +0000 (11:36 -0700)
commitc6f0b9f195416e2d3c474e51190b6aa0c238aa36
treeccca90362665c25ecd7607deef83ec139c8696a7
parentb3c95b425e0991840262dba8dd095f2682dbf848
md/bitmap: remove redundant return in bitmap_checkpage

The "return 0" is not needed since bitmap_checkpage
will finally return 0 for the case.

Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/bitmap.c