diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-18 07:15:13 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-10-11 12:54:07 -0400 |
| commit | d73dcf0cdb95a47f7e4e991ab63dd30f6eb67b4e (patch) | |
| tree | 72dfecfa0cc9094fb1f25a657cfaff7b631cbd6e /include/uapi/linux/dvb | |
| parent | 2b5df42b8dec69fb926a242007fd462343db4408 (diff) | |
| download | cachepc-linux-d73dcf0cdb95a47f7e4e991ab63dd30f6eb67b4e.tar.gz cachepc-linux-d73dcf0cdb95a47f7e4e991ab63dd30f6eb67b4e.zip | |
media: dvb_frontend: cleanup ioctl handling logic
Currently, there are two handlers for ioctls:
- dvb_frontend_ioctl_properties()
- dvb_frontend_ioctl_legacy()
Despite their names, both handles non-legacy DVB ioctls.
Besides that, there's no reason why to not handle all ioctls
on a single handler function.
So, merge them into a single function (dvb_frontend_handle_ioctl)
and reorganize the ioctl's to indicate what's the current DVB
API and what's deprecated.
Despite the big diff, the handling logic for each ioctl is the
same as before.
Reviewed-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi/linux/dvb')
0 files changed, 0 insertions, 0 deletions
