From: Johan Hovold Date: Thu, 25 Oct 2012 08:29:03 +0000 (+0200) Subject: USB: ch341: fix port-data memory leak X-Git-Tag: v3.7-rc3~11^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=456c5be56ed070a4d883c60b587bcc1c97a8cf3e;p=pandora-kernel.git USB: ch341: fix port-data memory leak Fix port-data memory leak by moving port data allocation to port_probe and actually implementing deallocation. Note that this driver has never even bothered to try to deallocate it's port data... Compile-only tested. Cc: Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed