Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: bt878.c: decimal vs. hex coding error.



On Thu, Sep 16, 2004 at 05:14:52PM +0100, Barry Scott wrote:
> This patch fixes a decimal vs. hex coding error.
> A better fix (that I'm not voluntering to do) would
> be to replace the use of magic numbers with #defines
> for the register values.
...
> -	btand(~13, BT878_AGPIO_DMA_CTL);
> +	btand(~0x13, BT878_AGPIO_DMA_CTL);

Applied.

Thanks,
Johannes




Home | Main Index | Thread Index