commit | 19b85cfb190eb9980eaf416bff96aef4159a430e | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Tue Sep 10 12:50:50 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 17 10:05:47 2013 -0700 |
tree | 16a8a2a12c75644042ca8969b2cdcac9dccae77c | |
parent | fc0919c68cb2f75bb1af759315f9d7e2a9443c28 [diff] |
serial: pch_uart: fix tty-kref leak in dma-rx path Fix tty_kref leak when tty_buffer_request room fails in dma-rx path. Note that the tty ref isn't really needed anymore, but as the leak has always been there, fixing it before removing should makes it easier to backport the fix. Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>