]> Git Repo - linux.git/commit
md: fix integer as NULL pointer warnings in md.c
authorHarvey Harrison <[email protected]>
Mon, 28 Apr 2008 09:15:49 +0000 (02:15 -0700)
committerLinus Torvalds <[email protected]>
Mon, 28 Apr 2008 15:58:42 +0000 (08:58 -0700)
commit9a7b2b0f36c40beeb252cb5ceff36bb295e88d97
tree2a9623989c9f32eac319e1220499e596f9b0fa19
parent5ae121705bed9ea7425daef4d7d29038f7312f3f
md: fix integer as NULL pointer warnings in md.c

drivers/md/md.c:734:16: warning: Using plain integer as NULL pointer
drivers/md/md.c:1115:16: warning: Using plain integer as NULL pointer

Add some braces to match the else-block as well.

Signed-off-by: Harvey Harrison <[email protected]>
Cc: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/md/md.c
This page took 0.050565 seconds and 4 git commands to generate.