]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/se401.c
V4L/DVB (7373): logical-bitwise & confusion in se401_init()
[linux-2.6-omap-h63xx.git] / drivers / media / video / se401.c
index 312a01a1f095be44169ed6302ccbc64c0a0b2c63..f17a539857d45c3238add1e0ec9ab2dfc9b8adf9 100644 (file)
@@ -1279,7 +1279,7 @@ static int se401_init(struct usb_se401 *se401, int button)
        rc=se401_sndctrl(0, se401, SE401_REQ_GET_HEIGHT, 0, cp, sizeof(cp));
        se401->cheight=cp[0]+cp[1]*256;
 
-       if (!cp[2] && SE401_FORMAT_BAYER) {
+       if (!(cp[2] & SE401_FORMAT_BAYER)) {
                err("Bayer format not supported!");
                return 1;
        }