commit | 7972f9880c8c812332a56da7cfa4523d01ea310b | [log] [tgz] |
---|---|---|
author | Michael Krufky <mkrufky@linuxtv.org> | Fri Dec 21 16:12:09 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Jan 25 19:04:14 2008 -0200 |
tree | 89a21740f33723c103357c66e34e039b1cd84d85 | |
parent | fb6d8e2c7fe1667d8ce057e333b18deb91191be5 [diff] |
V4L/DVB (6893): tuner-xc2028: fix xc2028_attach function xc2028_attach was returning an integer when disabled from the build, where it should instead be returning NULL. Declare xc2028_attach as type dvb_frontend * instead of void *. The prototype declaration must be marked as extern in the header. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>