From: Felipe Balbi Date: Thu, 8 Nov 2012 13:26:41 +0000 (+0200) Subject: usb: dwc3: core: don't kfree() devm_kzalloc()'ed memory X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~60^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e32672f0bc7ec8421aa8e580e9f2216d3bec2505;p=pandora-kernel.git usb: dwc3: core: don't kfree() devm_kzalloc()'ed memory commit 380f0d2 (usb: dwc3: core: switch event buffer allocation to devm_kzalloc()) was incomplete leaving a trailing kfree(evt) in an error exit path. Fix this problem by removing the trailing kfree(evt). Cc: Julia Lawall Reported-by: Fengguang Wu Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed