OSDN Git Service

media: friio-fe: get rid of set_property()
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 14 Sep 2017 11:44:21 +0000 (07:44 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 11 Oct 2017 16:49:55 +0000 (12:49 -0400)
commitb2c41ca9632e686e79f6c9db9c5f75666d37926e
treeb9b14696fb8c53fa2eabe3a9e888f9c52a7cd3c0
parent282996925b4d78f9795d176f7fb409281c98d56d
media: friio-fe: get rid of set_property()

This callback is not actually doing anything but making it to
return an error depending on the DTV frontend command. Well,
that could break userspace for no good reason, and, if needed,
should be implemented, instead, at set_frontend() callback.

So, get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb/friio-fe.c