boolean typo in DVB

From: Dave Jones
Date: Mon Aug 02 2004 - 20:05:06 EST


This looks like what was intended here..

Dave


Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/