diff for duplicates of <55E989CC.60900@xs4all.nl> diff --git a/a/1.txt b/N1/1.txt index 227a27c..7ae5b4c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,8 @@ On 09/04/2015 01:14 AM, Sergei Shtylyov wrote: > 1 file changed, 1 insertion(+) > > Index: media_tree/drivers/media/i2c/adv7180.c -> =================================> --- media_tree.orig/drivers/media/i2c/adv7180.c +> =================================================================== +> --- media_tree.orig/drivers/media/i2c/adv7180.c > +++ media_tree/drivers/media/i2c/adv7180.c > @@ -717,6 +717,7 @@ static int adv7180_g_mbus_config(struct > } @@ -31,7 +32,7 @@ static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) v4l2_std_id oldstd = vip->std, newstd; int status; - if (V4L2_STD_ALL = std) { + if (V4L2_STD_ALL == std) { v4l2_subdev_call(vip->decoder, video, s_std, std); ssleep(2); v4l2_subdev_call(vip->decoder, video, querystd, &newstd); @@ -74,7 +75,7 @@ static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) int status; int err; - if (V4L2_STD_ALL = std) { + if (V4L2_STD_ALL == std) { /* * Note: this behavior is out-of-spec! It's kept to preserve * backwards compatibility. @@ -85,7 +86,7 @@ static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) return -EIO; } - if (vip->std = std) + if (vip->std == std) return 0; err = v4l2_subdev_call(vip->decoder, video, s_std, std); diff --git a/a/content_digest b/N1/content_digest index a058130..744a71a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\055445603.CDVZru8CKl@wasted.cogentembedded.com\0" "From\0Hans Verkuil <hverkuil@xs4all.nl>\0" "Subject\0Re: [PATCH 1/3] adv7180: implement g_std() method\0" - "Date\0Fri, 04 Sep 2015 12:08:44 +0000\0" + "Date\0Fri, 04 Sep 2015 14:08:44 +0200\0" "To\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>" mchehab@osg.samsung.com linux-media@vger.kernel.org @@ -22,7 +22,8 @@ "> 1 file changed, 1 insertion(+)\n" "> \n" "> Index: media_tree/drivers/media/i2c/adv7180.c\n" - "> =================================> --- media_tree.orig/drivers/media/i2c/adv7180.c\n" + "> ===================================================================\n" + "> --- media_tree.orig/drivers/media/i2c/adv7180.c\n" "> +++ media_tree/drivers/media/i2c/adv7180.c\n" "> @@ -717,6 +717,7 @@ static int adv7180_g_mbus_config(struct\n" "> }\n" @@ -43,7 +44,7 @@ " v4l2_std_id oldstd = vip->std, newstd;\n" " int status;\n" "\n" - " if (V4L2_STD_ALL = std) {\n" + " if (V4L2_STD_ALL == std) {\n" " v4l2_subdev_call(vip->decoder, video, s_std, std);\n" " ssleep(2);\n" " v4l2_subdev_call(vip->decoder, video, querystd, &newstd);\n" @@ -86,7 +87,7 @@ " int status;\n" "\tint err;\n" "\n" - " if (V4L2_STD_ALL = std) {\n" + " if (V4L2_STD_ALL == std) {\n" "\t\t/*\n" "\t\t * Note: this behavior is out-of-spec! It's kept to preserve\n" "\t\t * backwards compatibility.\n" @@ -97,7 +98,7 @@ " return -EIO;\n" " }\n" "\n" - " if (vip->std = std)\n" + " if (vip->std == std)\n" "\t\treturn 0;\n" "\n" "\terr = v4l2_subdev_call(vip->decoder, video, s_std, std);\n" @@ -122,4 +123,4 @@ "\n" "\tHans" -c54632f0528291d6ce24401ebfcf6d57ef168a6232aad43a9d0007bc6b395e2b +6f13ea09dba2b143ab581caffc18472f249f1f14911b325daa97777f6cf09a18
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.