diff for duplicates of <20180116171856.GD24926@w540> diff --git a/a/1.txt b/N1/1.txt index af78b82..22b94be 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -191,10 +191,10 @@ just add the buffer to the capture list here. > > Add a check: > -> if (i == ceudev->sd_index) +> if (i = ceudev->sd_index) > return 0; > -> I.e. if the new input == the old input, then that's fine regardless of the +> I.e. if the new input = the old input, then that's fine regardless of the > streaming state. > > > + if (vb2_is_streaming(&ceudev->vb2_vq)) @@ -363,7 +363,7 @@ Thanks > > + unsigned int i; > > + int ret; > > + -> > + if (pdata->num_subdevs == 0) +> > + if (pdata->num_subdevs = 0) > > + return -ENODEV; > > + > > + ret = ceu_init_async_subdevs(ceudev, pdata->num_subdevs); @@ -438,8 +438,7 @@ Thanks > > + > > + ceu_sd->mbus_flags = fw_ep.bus.parallel.flags; > > + ceu_sd->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; -> > + ceu_sd->asd.match.fwnode.fwnode = -> > + fwnode_graph_get_remote_port_parent( +> > + ceu_sd->asd.match.fwnode.fwnode > > + fwnode_graph_get_remote_port_parent( > > + of_fwnode_handle(ep)); > > + > > + ceudev->asds[i] = &ceu_sd->asd; diff --git a/a/content_digest b/N1/content_digest index 83f80cb..8dd2c65 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0ba0540cd-c0b9-31a3-4bc8-7f32e4d85cf5@xs4all.nl\0" "From\0jacopo mondi <jacopo@jmondi.org>\0" "Subject\0Re: [PATCH v5 3/9] v4l: platform: Add Renesas CEU driver\0" - "Date\0Tue, 16 Jan 2018 18:18:56 +0100\0" + "Date\0Tue, 16 Jan 2018 17:18:56 +0000\0" "To\0Hans Verkuil <hverkuil@xs4all.nl>\0" "Cc\0Jacopo Mondi <jacopo+renesas@jmondi.org>" laurent.pinchart@ideasonboard.com @@ -215,10 +215,10 @@ ">\n" "> Add a check:\n" ">\n" - "> \tif (i == ceudev->sd_index)\n" + "> \tif (i = ceudev->sd_index)\n" "> \t\treturn 0;\n" ">\n" - "> I.e. if the new input == the old input, then that's fine regardless of the\n" + "> I.e. if the new input = the old input, then that's fine regardless of the\n" "> streaming state.\n" ">\n" "> > +\tif (vb2_is_streaming(&ceudev->vb2_vq))\n" @@ -387,7 +387,7 @@ "> > +\tunsigned int i;\n" "> > +\tint ret;\n" "> > +\n" - "> > +\tif (pdata->num_subdevs == 0)\n" + "> > +\tif (pdata->num_subdevs = 0)\n" "> > +\t\treturn -ENODEV;\n" "> > +\n" "> > +\tret = ceu_init_async_subdevs(ceudev, pdata->num_subdevs);\n" @@ -462,8 +462,7 @@ "> > +\n" "> > +\t\tceu_sd->mbus_flags = fw_ep.bus.parallel.flags;\n" "> > +\t\tceu_sd->asd.match_type = V4L2_ASYNC_MATCH_FWNODE;\n" - "> > +\t\tceu_sd->asd.match.fwnode.fwnode =\n" - "> > +\t\t\tfwnode_graph_get_remote_port_parent(\n" + "> > +\t\tceu_sd->asd.match.fwnode.fwnode > > +\t\t\tfwnode_graph_get_remote_port_parent(\n" "> > +\t\t\t\t\tof_fwnode_handle(ep));\n" "> > +\n" "> > +\t\tceudev->asds[i] = &ceu_sd->asd;\n" @@ -631,4 +630,4 @@ ">\n" "> \tHans" -86651a6d8db4d635ce195d8849bedc1c049faeedb1fae33cc1ce311cdf469050 +1482808210ece561b353a327d618030af5f51807c585171dfaa5bfcee04d729e
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.