linux/drivers/media
Mauro Carvalho Chehab bbc62a18b6 [media] au0828: fix checks if dvb is initialized
dev->dvb is always not null, as it is an area at the dev
memory. So, checking if (dev->dvb) is always true.

Instead of this stupid check, what the code wants to do is
to know if the DVB was successully registered.

Fix it by checking, instead, for dvb->frontend. It should
also be sure that this var will be NULL if the device was
not properly initialized.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-21 15:25:10 -05:00
..
common media: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
dvb-core [media] dvb-frontend: add core support for tuner suspend/resume 2014-08-21 15:25:09 -05:00
dvb-frontends si2135: Declare the structs even if frontend is not enabled 2014-07-28 10:37:08 -03:00
firewire
i2c [media] media: mt9m111: add device-tree suppport 2014-07-30 19:30:35 -03:00
mmc
parport [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
pci media: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
platform [media] coda: fix build error by making reset control optional 2014-08-01 15:27:14 -03:00
radio [media] radio-miropcm20: fix sparse NULL pointer warning 2014-07-30 19:50:09 -03:00
rc [media] ir-rc5-decoder: print where decoding fails 2014-07-30 15:49:35 -03:00
tuners [media] xc5000: better name the functions 2014-08-21 15:25:10 -05:00
usb [media] au0828: fix checks if dvb is initialized 2014-08-21 15:25:10 -05:00
v4l2-core [media] dvb-frontend: add core support for tuner suspend/resume 2014-08-21 15:25:09 -05:00
Kconfig [media] Kconfig: sub-driver auto-select SPI bus 2014-07-21 20:34:12 -03:00
Makefile
media-device.c [media] media-device: Remove duplicated memset() in media_enum_entities() 2014-07-22 01:02:52 -03:00
media-devnode.c [media] media: Use a better owner for the media device 2014-05-13 13:39:00 -03:00
media-entity.c