Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Small patch
Could you clarify on what this code does, so that we could evaluate
ourselves whether we should apply your patch before the driver developers
get around to doing that? Does this fix something that most users are
suffering from?
BR, Lauri
On Mon, Jan 21, 2002 at 09:17:54PM +0000, davep wrote:
> This looks like a typo...
>
> Index: DVB/driver/L64781.c
> ===================================================================
> RCS file: /cvs/linuxtv/DVB/driver/L64781.c,v
> retrieving revision 1.20
> diff -u -r1.20 L64781.c
> --- DVB/driver/L64781.c 17 Jan 2002 13:55:22 -0000 1.20
> +++ DVB/driver/L64781.c 21 Jan 2002 21:15:56 -0000
> @@ -447,7 +447,7 @@
> case FE_READ_BER:
> {
> u32 *ber=(u32 *) arg;
> - *ber = read_reg (client, 0x39) | (read_reg (client, 0x39) <<8);
> + *ber = read_reg (client, 0x39) | (read_reg (client, 0x3a) <<8);
> break;
> }
> case FE_READ_SIGNAL_STRENGTH:
>
>
> --
> Dave Pickles
>
>
> --
> Info:
> To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index