Re: Fwd: XC4000: code cleanup

2011-06-04 Thread Mauro Carvalho Chehab
Em 03-06-2011 10:11, Mauro Carvalho Chehab escreveu:
> 
> 
>  Mensagem original 
> Assunto: XC4000: code cleanup
> Data: Fri, 03 Jun 2011 12:02:15 +0200
> De: istva...@mailbox.hu 
> Para: Devin Heitmueller 
> CC: Dmitri Belimov ,Mauro Carvalho Chehab 
> , thunde...@email.cz,linux-...@linuxtv.org
> 
> This is the first of a set of patches that update the original xc4000
> sources to my modified version. It removes some unused code, and makes
> a few minor formatting changes.
> 
> Signed-off-by: Istvan Varga 
> 

This patch broke compilation:

drivers/media/common/tuners/xc4000.c: In function ‘xc_tune_channel’:
drivers/media/common/tuners/xc4000.c:497: error: ‘XC_TUNE_ANALOG’ undeclared 
(first use in this function)
drivers/media/common/tuners/xc4000.c:497: error: (Each undeclared identifier is 
reported only once
drivers/media/common/tuners/xc4000.c:497: error: for each function it appears 
in.)
drivers/media/common/tuners/xc4000.c: In function ‘xc4000_set_params’:
drivers/media/common/tuners/xc4000.c:1232: error: ‘XC_TUNE_DIGITAL’ undeclared 
(first use in this function)
drivers/media/common/tuners/xc4000.c: In function ‘xc4000_set_analog_params’:
drivers/media/common/tuners/xc4000.c:1323: error: ‘XC_TUNE_ANALOG’ undeclared 
(first use in this function)
make[3]: ** [drivers/media/common/tuners/xc4000.o] Erro 1

I've re-added XC_TUNE_ANALOG/XC_TUNE_DIGITAL defines to it.

Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Fwd: XC4000: code cleanup

2011-06-03 Thread Mauro Carvalho Chehab
Em 03-06-2011 10:11, Mauro Carvalho Chehab escreveu:
> 
> 
>  Mensagem original 
> Assunto: XC4000: code cleanup
> Data: Fri, 03 Jun 2011 12:02:15 +0200
> De: istva...@mailbox.hu 
> Para: Devin Heitmueller 
> CC: Dmitri Belimov ,Mauro Carvalho Chehab 
> , thunde...@email.cz,linux-...@linuxtv.org
> 
> This is the first of a set of patches that update the original xc4000
> sources to my modified version. It removes some unused code, and makes
> a few minor formatting changes.
> 
> Signed-off-by: Istvan Varga 
> 

Patch applied at:

git://linuxtv.org/git/mchehab/experimental.git xc4000

Thanks!
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html