summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ch341.c
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2012-10-25 08:29:02 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-25 16:36:57 (GMT)
commitc467206ed6bcce26c83d0435612cc4fee2527305 (patch)
tree80275e6791a2d2990c7380cad4a69569beb82f34 /drivers/usb/serial/ch341.c
parentc129197c99550d356cf5f69b046994dd53cd1b9d (diff)
downloadlinux-fsl-qoriq-c467206ed6bcce26c83d0435612cc4fee2527305.tar.xz
USB: whiteheat: fix port-data memory leak
Fix port-data memory leak by moving port data allocation and deallocation to port_probe and port_remove. Since commit 0998d0631001288 (device-core: Ensure drvdata = NULL when no driver is bound) the port private data is no longer freed at release as it is no longer accessible. Note that the fifth port (command port) is never registered as a port device and thus should be handled in attach and release. Compile-only tested. Cc: <support@connecttech.com> Cc: <stable@vger.kernel.org> Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/ch341.c')
0 files changed, 0 insertions, 0 deletions