lkml.org 
[lkml]   [2004]   [Aug]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: boolean typo in DVB
(The email addresses in the source files are out of date,
bug reports should go to linux-dvb-maintainer [at] linuxtv.org.)

Dave Jones wrote:
> This looks like what was intended here..
...
> Signed-off-by: Dave Jones <davej@redhat.com>
>
> --- 1/drivers/media/dvb/dvb-core/dvb_demux.c~ 2004-08-03 01:57:45.605369592 +0100
> +++ 2/drivers/media/dvb/dvb-core/dvb_demux.c 2004-08-03 01:57:58.979336440 +0100
> @@ -179,7 +179,7 @@
> neq |= f->maskandnotmode[i] & xor;
> }
>
> - if (f->doneq & !neq)
> + if (f->doneq && !neq)
> return 0;
>
> return feed->cb.sec (feed->feed.sec.secbuf, feed->feed.sec.seclen,

Yes, you've spotted a bug. I'll correct this in linuxtv CVS.

Thanks a lot,
Johannes
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:2.066 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site