ChangeSet 1.2275, 2005/03/31 08:41:06-08:00, [EMAIL PROTECTED]

        [PATCH] zr36050 typo fix
        
        Fix a typo.  It doesn't cause anything bad (at least not on my computer
        according to some tests), but who knows, maybe it fixes some obscure
        unfixeable bug for some people.
        
        Signed-off-by: Ronald S. Bultje <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 zr36050.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/media/video/zr36050.c b/drivers/media/video/zr36050.c
--- a/drivers/media/video/zr36050.c     2005-03-31 10:21:32 -08:00
+++ b/drivers/media/video/zr36050.c     2005-03-31 10:21:32 -08:00
@@ -419,7 +419,7 @@
        dri_data[2] = 0x00;
        dri_data[3] = 0x04;
        dri_data[4] = ptr->dri >> 8;
-       dri_data[5] = ptr->dri * 0xff;
+       dri_data[5] = ptr->dri & 0xff;
        return zr36050_pushit(ptr, ZR050_DRI_IDX, 6, dri_data);
 }
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to