Commit 1a59b279 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] boolean typo in DVB

This looks like what was intended here..
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 34784d80
...@@ -179,7 +179,7 @@ static int dvb_dmx_swfilter_sectionfilter (struct dvb_demux_feed *feed, ...@@ -179,7 +179,7 @@ static int dvb_dmx_swfilter_sectionfilter (struct dvb_demux_feed *feed,
neq |= f->maskandnotmode[i] & xor; neq |= f->maskandnotmode[i] & xor;
} }
if (f->doneq & !neq) if (f->doneq && !neq)
return 0; return 0;
return feed->cb.sec (feed->feed.sec.secbuf, feed->feed.sec.seclen, return feed->cb.sec (feed->feed.sec.secbuf, feed->feed.sec.seclen,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment