staging: sbe-2t3e3: fix error handling in t3e3_init_channel()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Tue, 25 Sep 2012 12:56:02 +0000 (16:56 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2012 22:48:25 +0000 (15:48 -0700)
commit4c229df0b19cda41a8ea93f26497374004299fda
treea9e3254733012de324061a1708726f2bceffc4d2
parent62fea8c8f1bf5ca33ba55b3f421d9598a68297ee
staging: sbe-2t3e3: fix error handling in t3e3_init_channel()

t3e3_init_channel() incorrectly handles errors in several places:
it returns zero and does not deallocate all required resources.
The patch fixes that places.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sbe-2t3e3/module.c