commit | 0a940b0d252bb8616bb36a254f6a3273f007c3f3 | [log] [tgz] |
---|---|---|
author | Souptick Joarder <jrdr.linux@gmail.com> | Fri Oct 28 17:30:16 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 10 14:50:46 2016 +0100 |
tree | 10a1e7ab159e99d9a2d259e2c5b52208aeb86064 | |
parent | 7f8b4ebeb2a1e7bf7af80926db012c9356f7a662 [diff] |
serial: ifx6x60: Free memory when probe fails When spi_setup() fails it doesn't free ifx_dev and we have a memory leak. Fix this by freeing ifx_dev before the return. Signed-off-by: Souptick joarder <jrdr.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>