media: dvb_frontend: Add commands implementation for compat ioct
authorJaedon Shin <jaedon.shin@gmail.com>
Fri, 1 Dec 2017 12:31:30 +0000 (07:31 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 13 Dec 2017 13:58:18 +0000 (08:58 -0500)
commit18192a77f0810933ab71a46c1b260d230d7352ee
treef3152c4dc973fd6efbd5818989fdba2f5099f8dc
parentc2dfd2276cec63a0c6f6ce18ed83800d96fde542
media: dvb_frontend: Add commands implementation for compat ioct

The dtv_properties structure and the dtv_property structure are
different sizes in 32-bit and 64-bit system. This patch provides
FE_SET_PROPERTY and FE_GET_PROPERTY ioctl commands implementation for
32-bit user space applications.

Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_frontend.c