]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit59272d665c00e8774e012c2c95dc3b9d60b7141a
tree30a07d018d74fbd99d323d6d6a6e08cac3a1b767
parent5dfd4c60e20c871329813ad04311b16cd606c26f
[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