From: Tushar Behera Date: Thu, 22 Nov 2012 08:25:16 +0000 (+0530) Subject: usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated data X-Git-Tag: v3.8-rc4~25^2~17^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69f5165ebef1d90bd58e9ce5db018218ea4d089c;p=pandora-kernel.git usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated data Since hsotg object is allocated using devm_kzalloc() API, there is no need to free this explicitly. But we need to keep the release API to prevent warnings. Signed-off-by: Tushar Behera Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed