Em Seg, 2007-10-22 às 21:54 +0200, Adrian Bunk escreveu:
> [1] except that your #else case contains the wrong value ;-)
This is what happens when you try to write "quick" fixes ;)
/me is needing a day with 48 hours...
--
Cheers,
Mauro
-
To unsubscribe from this list: send the line "unsubscri
On Mon, Oct 22, 2007 at 04:29:36PM -0200, Mauro Carvalho Chehab wrote:
>
> > I know that in the future the linux-dvb-API will also support other
> > bandwidths so I'm begging for mercy for those 3 things here to not get too
> > much out-of-sync with our internal code.
>
> I don't see much probl
> I know that in the future the linux-dvb-API will also support other
> bandwidths so I'm begging for mercy for those 3 things here to not get too
> much out-of-sync with our internal code.
I don't see much problem on keeping this for a while.
However, if not causing to much troubles for you
Hi all,
This coverity checker is great. He even finds all the things which are
there because I'm lazy ;) .
The dib-drivers are all generated from our internal drivers to have at
least something for Linux. Because of no time there is no dedicated
source for the kernel but just the processed
drivers/media/dvb/frontends/dibx000_common.h contains:
<-- snip -->
...
#define BANDWIDTH_TO_KHZ(v) ( (v) == BANDWIDTH_8_MHZ ? 8000 : \
(v) == BANDWIDTH_7_MHZ ? 7000 : \
(v) == BANDWIDTH_6_MHZ ? 6000 : 8000 )
...
<-- snip -->
Com
5 matches
Mail list logo