linux/drivers/staging/ipack
Dan Carpenter 8bdeeb26c5 Staging: ipack: returning a freed pointer
If ipack_device_register() returns an error, then we returned a freed
pointer.  The caller doesn't use it, but it means we return success to
the user instead of returning an error code.

I kind of rewrote the error handling in this function as a cleanup.

Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-05-10 09:50:11 -07:00
..
bridges Staging: ipack: returning a freed pointer 2012-05-10 09:50:11 -07:00
devices Staging: ipack: add support for IP-OCTAL mezzanine board 2012-05-09 14:16:51 -07:00
ipack.c
ipack.h
Kconfig Staging: ipack: add support for IP-OCTAL mezzanine board 2012-05-09 14:16:51 -07:00
Makefile Staging: ipack: add support for IP-OCTAL mezzanine board 2012-05-09 14:16:51 -07:00
TODO Staging: ipack: add support for IP-OCTAL mezzanine board 2012-05-09 14:16:51 -07:00