binary/logical and typo

Signed-off-by: Roel Kluin <roel.kl...@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

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to