commit | 194ced7a5a99b303daf0bca6d0a1697731265602 | [log] [tgz] |
---|---|---|
author | Max Kellermann <max.kellermann@gmail.com> | Tue Aug 09 18:32:31 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 15:07:26 2016 -0200 |
tree | 076b3607b6ba1ab4a84681bbea9547a1a4ae1e7b | |
parent | 22a613e89825ea7a3984a968463cc6d425bd8856 [diff] |
[media] dvb_frontend: tuner_ops.release returns void It is not clear what this return value means. All implemenations return 0, and the one caller ignores the value. Let's remove this useless return value completely. Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>