commit | 6a445d3ba6b90ce13a843ad5d1a0867388b08096 | [log] [tgz] |
---|---|---|
author | Mike Miller <mike.miller@hp.com> | Tue Sep 13 01:25:23 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 13 08:22:30 2005 -0700 |
tree | 30a07d018d74fbd99d323d6d6a6e08cac3a1b767 | |
parent | 33079b21978f478865068ee6a3c5807b6c6ecdbe [diff] |
[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>