commit | c7e3cc3ca1ff2fe1aeffd2ba642548d79f9a73dc | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu May 02 10:09:07 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 21 07:50:13 2013 -0300 |
tree | 37ce27f4abebf4366a0767ca0d698e4a37d8061c | |
parent | 9462550f66dfbbb2eb0961af2c9d2c3e000d9239 [diff] |
[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 <laurent.pinchart@ideasonboard.com> Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>