commit | 22a613e89825ea7a3984a968463cc6d425bd8856 | [log] [tgz] |
---|---|---|
author | Max Kellermann <max.kellermann@gmail.com> | Tue Aug 09 18:32:26 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 15:05:44 2016 -0200 |
tree | ec1841642bf43f88cf9b89323315dfca7418d0d6 | |
parent | 4d5030b69bb4880a760406a6d3d519f02b9351dc [diff] |
[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations Most release callback functions are identical: free the "tuner_priv" and clear it. Let's eliminate some bloat by providing this simple implementation in the dvb_frontend library. Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>