From: Laurent Pinchart Date: Thu, 2 May 2013 13:09:07 +0000 (-0300) Subject: [media] tvp514x: Fix double free X-Git-Tag: v3.11-rc1~17^2~376 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e3cc3ca1ff2fe1aeffd2ba642548d79f9a73dc;p=pandora-kernel.git [media] tvp514x: Fix double free The tvp514x data structure is allocated using devm_kzalloc(). Freeing it explictly would result in a double free. Fix it. Signed-off-by: Laurent Pinchart Acked-by: Lad, Prabhakar Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed