[PATCH 2/6] USB: mxu11x0: fix memory leak on firmware download

2015-12-29 Thread Johan Hovold
Make sure to release the private data before returning -ENODEV after having downloaded the firmware during first probe. Clean up the error paths while at it. Signed-off-by: Johan Hovold --- drivers/usb/serial/mxu11x0.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletio

[PATCH 2/6] USB: mxu11x0: fix memory leak on firmware download

2015-12-29 Thread Johan Hovold
Make sure to release the private data before returning -ENODEV after having downloaded the firmware during first probe. Clean up the error paths while at it. Signed-off-by: Johan Hovold --- drivers/usb/serial/mxu11x0.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletio