* [PATCH] V4L/DVB: &/&& typo
@ 2009-04-26 15:31 Roel Kluin
0 siblings, 0 replies; only message in thread
From: Roel Kluin @ 2009-04-26 15:31 UTC (permalink / raw)
To: aospan, mchehab, Andrew Morton; +Cc: linux-media
binary/logical and typo
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
diff --git a/drivers/media/video/cx23885/cimax2.c b/drivers/media/video/cx23885/cimax2.c
index 9a65369..08582e5 100644
--- a/drivers/media/video/cx23885/cimax2.c
+++ b/drivers/media/video/cx23885/cimax2.c
@@ -312,7 +312,7 @@ static void netup_read_ci_status(struct work_struct *work)
"TS config = %02x\n", __func__, state->ci_i2c_addr, 0, buf[0],
buf[32]);
- if (buf[0] && 1)
+ if (buf[0] & 1)
state->status = DVB_CA_EN50221_POLL_CAM_PRESENT |
DVB_CA_EN50221_POLL_CAM_READY;
else
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-26 15:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-26 15:31 [PATCH] V4L/DVB: &/&& typo Roel Kluin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox