summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/dib9000.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-22[media] dib9000: fix return type in dib9000_mbx_send_attr()Dan Carpenter1-1/+2
dib9000_mbx_send_attr() returns an int. It doesn't work to save negative error codes in an unsigned char, so I've made "ret" an int type. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-03-22[media] DiBxxxx: Codingstype updatesOlivier Grenie1-106/+98
This patchs fix several conding-style violations. Signed-off-by: Olivier Grenie <olivier.grenie@dibcom.fr> Signed-off-by: Patrick Boettcher <patrick.boettcher@dibcom.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-03-22[media] DIB9000: initial support addedOlivier Grenie1-0/+2358
This patchs add initial support for the DiB9000-device. This demodulator is firmware-driven. Signed-off-by: Olivier Grenie <olivier.grenie@dibcom.fr> Signed-off-by: Patrick Boettcher <patrick.boettcher@dibcom.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>