cciss: handle allocation failure
authorDan Carpenter <error27@gmail.com>
Mon, 23 Aug 2010 10:28:15 +0000 (12:28 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 23 Aug 2010 10:28:15 +0000 (12:28 +0200)
commit4ee69851cd4880f574d22f5ce08bec35b01c94e3
tree1e249690aeb31a8d30e22e7db26eb9331a88c08b
parent6d6ac1c1a3d4f95953aa3b085e8f16692d3a7179
cciss: handle allocation failure

If kmalloc() fails then cleanup and return failure (-1).

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/cciss.c