From: Dan Carpenter Date: Mon, 2 Dec 2013 08:11:18 +0000 (+0300) Subject: video: vt8500: fix error handling in probe() X-Git-Tag: v3.13-rc3~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ac29568e63c9da9c15804648d3ed8c25e2dc44;p=pandora-kernel.git video: vt8500: fix error handling in probe() We shouldn't kfree(fbi) because that was allocated with devm_kzalloc(). There were several error paths which returned directly instead of releasing resources. Signed-off-by: Dan Carpenter Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed