diff options
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-04-24 16:19:04 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-05 17:21:17 +0300 |
commit | f172fe9fd86bf25cf0776ef7733d20576843a0d4 (patch) | |
tree | 8ac6a4172e805c4cd3a0024e02aa2b1d2feb994d /drivers/media/dvb-core | |
parent | 8d718e5376c602dfd41b599dcc2a7b1be07c7b6b (diff) | |
download | linux-f172fe9fd86bf25cf0776ef7733d20576843a0d4.tar.xz |
media: lgdt3306a: fix lgdt3306a_search()'s return type
The method dvb_frontend_ops::search() is defined as
returning an 'enum dvbfe_search', but the implementation in this
driver returns an 'int'.
Fix this by returning 'enum dvbfe_search' in this driver too.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Acked-by: Brad Love <brad@nextdimension.cc>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/dvb-core')
0 files changed, 0 insertions, 0 deletions