[media] e4000: various small changes
authorAntti Palosaari <crope@iki.fi>
Tue, 21 Apr 2015 20:13:39 +0000 (17:13 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 20 May 2015 16:48:31 +0000 (13:48 -0300)
commitf8b9b871f832a618f71be17fe7d90034e0862862
tree38ece3926ed6283b8b3cee0c44170de5469e82e5
parent0e3a71c3749fa451505a67a61d61e142a96ceb23
[media] e4000: various small changes

* Rename device state from 's' to 'dev'.
* Move single include to driver private header.
* Change error handling type of each function to one I tend use
nowadays.
* Remove dummy register write from init. Even Windows driver does this
multiple times remove it as I have never seen any I2C errors.
* Define I2C client pointer for each function and use it.
* Do not clean tuner ops during driver remove - not needed.
* Disable sysfs device bind / unbind. We are not allowed manually
bind / unbind device from the driver currently.
* Rename some other variables.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/tuners/e4000.c
drivers/media/tuners/e4000.h
drivers/media/tuners/e4000_priv.h