diff for duplicates of <1735356.2kmgrjUaxx@avalon> diff --git a/a/1.txt b/N1/1.txt index eecb8bd..28373cf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -292,11 +292,11 @@ aptina-pll library from drivers/media/i2c/ > + unsigned int i; > + int ret; > + -> + if (win->rect.width == VGA_WIDTH && -> + win->rect.height == VGA_HEIGHT) +> + if (win->rect.width = VGA_WIDTH && +> + win->rect.height = VGA_HEIGHT) > + frate = vga_frame_rates; -> + else if (win->rect.width == QVGA_WIDTH && -> + win->rect.height == QVGA_HEIGHT) +> + else if (win->rect.width = QVGA_WIDTH && +> + win->rect.height = QVGA_HEIGHT) > + frate = qvga_frame_rates; > + else > + return -EINVAL; diff --git a/a/content_digest b/N1/content_digest index 1b4fd50..000468d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01516974930-11713-8-git-send-email-jacopo+renesas@jmondi.org\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH v7 07/11] media: i2c: ov772x: Support frame interval handling\0" - "Date\0Mon, 29 Jan 2018 13:01:01 +0200\0" + "Date\0Mon, 29 Jan 2018 11:01:01 +0000\0" "To\0Jacopo Mondi <jacopo+renesas@jmondi.org>\0" "Cc\0magnus.damm@gmail.com" geert@glider.be @@ -314,11 +314,11 @@ "> +\tunsigned int i;\n" "> +\tint ret;\n" "> +\n" - "> +\tif (win->rect.width == VGA_WIDTH &&\n" - "> +\t win->rect.height == VGA_HEIGHT)\n" + "> +\tif (win->rect.width = VGA_WIDTH &&\n" + "> +\t win->rect.height = VGA_HEIGHT)\n" "> +\t\tfrate = vga_frame_rates;\n" - "> +\telse if (win->rect.width == QVGA_WIDTH &&\n" - "> +\t\t win->rect.height == QVGA_HEIGHT)\n" + "> +\telse if (win->rect.width = QVGA_WIDTH &&\n" + "> +\t\t win->rect.height = QVGA_HEIGHT)\n" "> +\t\tfrate = qvga_frame_rates;\n" "> +\telse\n" "> +\t\treturn -EINVAL;\n" @@ -460,4 +460,4 @@ "\n" Laurent Pinchart -36e9855c78aa60926c2c921fd935aeb8502e1f6a210a80dce474d38099020a97 +40e33843daf39d21ecd5416c63be775c19aeecaab119f941756317fc863f26cb
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.