From: Steven Hardy Date: Mon, 4 Apr 2011 17:02:25 +0000 (+0100) Subject: usb: qcserial add missing errorpath kfrees X-Git-Tag: v2.6.39-rc4~16^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb62d65f966146a39fdde548cb474dacf1d00fa5;p=pandora-kernel.git usb: qcserial add missing errorpath kfrees There are two -ENODEV error paths in qcprobe where the allocated private data is not freed, this patch adds the two missing kfrees to avoid leaking memory on the error path Signed-off-by: Steven Hardy Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed