diff for duplicates of <20180131124759.GA30675@w540> diff --git a/a/1.txt b/N1/1.txt index c5f1477..3a917c6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -180,12 +180,12 @@ On Wed, Jan 31, 2018 at 12:34:59PM +0200, Laurent Pinchart wrote: > > + fps = ov772x_frame_intervals[idx]; > > + > > + /* Use image size (with blankings) to calculate desired pixel clock. */ -> > + if ((cfmt->com7 & OFMT_RGB) == OFMT_RGB || -> > + (cfmt->com7 & OFMT_YUV) == OFMT_YUV) +> > + if ((cfmt->com7 & OFMT_RGB) = OFMT_RGB || +> > + (cfmt->com7 & OFMT_YUV) = OFMT_YUV) > > + fsize = win->sizeimage * 2; -> > + else if ((cfmt->com7 & OFMT_BRAW) == OFMT_BRAW) +> > + else if ((cfmt->com7 & OFMT_BRAW) = OFMT_BRAW) > -> I think all these should test (cfmt->com7 & OFMT_MASK) == ... +> I think all these should test (cfmt->com7 & OFMT_MASK) = ... > > > + fsize = win->sizeimage; > > + diff --git a/a/content_digest b/N1/content_digest index 441bdd6..89d8cea 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\034502970.Ll86D7ehED@avalon\0" "From\0jacopo mondi <jacopo@jmondi.org>\0" "Subject\0Re: [PATCH v8 07/11] media: i2c: ov772x: Support frame interval handling\0" - "Date\0Wed, 31 Jan 2018 13:47:59 +0100\0" + "Date\0Wed, 31 Jan 2018 12:47:59 +0000\0" "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Cc\0Jacopo Mondi <jacopo+renesas@jmondi.org>" magnus.damm@gmail.com @@ -204,12 +204,12 @@ "> > +\tfps = ov772x_frame_intervals[idx];\n" "> > +\n" "> > +\t/* Use image size (with blankings) to calculate desired pixel clock. */\n" - "> > +\tif ((cfmt->com7 & OFMT_RGB) == OFMT_RGB ||\n" - "> > +\t (cfmt->com7 & OFMT_YUV) == OFMT_YUV)\n" + "> > +\tif ((cfmt->com7 & OFMT_RGB) = OFMT_RGB ||\n" + "> > +\t (cfmt->com7 & OFMT_YUV) = OFMT_YUV)\n" "> > +\t\tfsize = win->sizeimage * 2;\n" - "> > +\telse if ((cfmt->com7 & OFMT_BRAW) == OFMT_BRAW)\n" + "> > +\telse if ((cfmt->com7 & OFMT_BRAW) = OFMT_BRAW)\n" ">\n" - "> I think all these should test (cfmt->com7 & OFMT_MASK) == ...\n" + "> I think all these should test (cfmt->com7 & OFMT_MASK) = ...\n" ">\n" "> > +\t\tfsize = win->sizeimage;\n" "> > +\n" @@ -387,4 +387,4 @@ "> Laurent Pinchart\n" > -a1d4c648a2cd2188da5c56497812e5162d74bba4655cb98739a7dc23ad0a8c74 +7de00aeffa7713a39b71e5f61a7307356c1a4a5c08243b156aeefae3eb3f5021
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.