[linux-dvb] Re: [Patch] Adding support for the Hauppage HVR1100
Johannes Stezenbach
js at linuxtv.org
Thu Dec 1 21:50:10 CET 2005
On Thu, Dec 01, 2005, Steve Toth wrote:
>
> >Anyway, enable/disable_plli2c() should then probably be named
> >i2c_gate_ctrl(..., int enable) or something like that if it
> >doesn't deal with just plls.
> >
> Done. See attached.
>
> [Patch] Adding support for the Hauppauge HVR1100 and HVR1100-LP products
>
> Signed-off-by: Steven Toth <stoth at hauppauge.com>
Looks good.
Acked-by: Johannes Stezenbach <js at linuxtv.org>
It's up to Mauro or Michael to comment on the cx88 part.
One minor nit:
> --- linux/drivers/media/video/cx88/cx88-i2c.c 16 Oct 2005 12:13:58 -0000 1.33
> +++ linux/drivers/media/video/cx88/cx88-i2c.c 1 Dec 2005 19:54:26 -0000
> @@ -140,7 +140,20 @@ void cx88_call_i2c_clients(struct cx88_c
> {
> if (0 != core->i2c_rc)
> return;
> - i2c_clients_command(&core->i2c_adap, cmd, arg);
> +
> + if (core->dvbdev == NULL) {
> + i2c_clients_command(&core->i2c_adap, cmd, arg);
> + } else {
superflous braces
Johannes
More information about the linux-dvb
mailing list