]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: Fix leak in ti-usb
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 14 Apr 2009 13:58:11 +0000 (14:58 +0100)
committerChris Wright <chrisw@sous-sol.org>
Mon, 27 Apr 2009 17:37:00 +0000 (10:37 -0700)
commit9feb2c00e5d5b267912846454d7d0c85b6abd434
treedb3ec70f9c6daad88faa36322e724de09c84e307
parent68890fb0bae12f076377dd6a9371be0289b98b7b
tty: Fix leak in ti-usb

upstream commit: cf5450930db0ae308584e5361f3345e0ff73e643

If the ti-usb adapter returns an zero data length frame (which happens)
then we leak a kref.  Found by Christoph Mair <christoph.mair@gmail.com>
who proposed a patch.  The patch here is different as Christoph's patch
didn't work for the case where tty = NULL and data arrived but Christoph
did all the hard work chasing it down.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/usb/serial/ti_usb_3410_5052.c