[PATCH] cciss: bug fix in cciss_remove_one
authorMike Miller <mike.miller@hp.com>
Tue, 13 Sep 2005 08:25:23 +0000 (01:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 13 Sep 2005 15:22:30 +0000 (08:22 -0700)
commit6a445d3ba6b90ce13a843ad5d1a0867388b08096
tree30a07d018d74fbd99d323d6d6a6e08cac3a1b767
parent33079b21978f478865068ee6a3c5807b6c6ecdbe
[PATCH] cciss: bug fix in cciss_remove_one

This patch fixes a bug in cciss_remove_one.  A set of braces was missing for
the if statement causing an Oops on driver unload.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/block/cciss.c