lkml.org 
[lkml]   [2004]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectboolean typo in DVB
This looks like what was intended here..

Dave


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,
-
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:0.038 / U:1.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site