diff for duplicates of <20201117072340.GD1111239@mwanda> diff --git a/a/1.txt b/N1/1.txt index 8da276a..8895054 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ index 129a1f8ebe1a..73fc901ecf3d 100644 - if (mxb->cur_audinput != a->index) { - mxb->cur_audinput = a->index; - tea6420_route(mxb, a->index); -- if (mxb->cur_audinput = 0) +- if (mxb->cur_audinput == 0) - mxb_update_audmode(mxb); - } - return 0; @@ -31,7 +31,7 @@ index 129a1f8ebe1a..73fc901ecf3d 100644 + if (mxb->cur_audinput != a->index) { + mxb->cur_audinput = a->index; + tea6420_route(mxb, a->index); -+ if (mxb->cur_audinput = 0) ++ if (mxb->cur_audinput == 0) + mxb_update_audmode(mxb); } - return -EINVAL; diff --git a/a/content_digest b/N1/content_digest index 6f6eba6..e7b77dd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH] media: saa7146: fix array overflow in vidioc_s_audio()\0" - "Date\0Tue, 17 Nov 2020 07:23:40 +0000\0" + "Date\0Tue, 17 Nov 2020 10:23:40 +0300\0" "To\0Hans Verkuil <hverkuil@xs4all.nl>\0" "Cc\0Mauro Carvalho Chehab <mchehab@kernel.org>" linux-media@vger.kernel.org @@ -29,7 +29,7 @@ "-\t\tif (mxb->cur_audinput != a->index) {\n" "-\t\t\tmxb->cur_audinput = a->index;\n" "-\t\t\ttea6420_route(mxb, a->index);\n" - "-\t\t\tif (mxb->cur_audinput = 0)\n" + "-\t\t\tif (mxb->cur_audinput == 0)\n" "-\t\t\t\tmxb_update_audmode(mxb);\n" "-\t\t}\n" "-\t\treturn 0;\n" @@ -40,7 +40,7 @@ "+\tif (mxb->cur_audinput != a->index) {\n" "+\t\tmxb->cur_audinput = a->index;\n" "+\t\ttea6420_route(mxb, a->index);\n" - "+\t\tif (mxb->cur_audinput = 0)\n" + "+\t\tif (mxb->cur_audinput == 0)\n" "+\t\t\tmxb_update_audmode(mxb);\n" " \t}\n" "-\treturn -EINVAL;\n" @@ -51,4 +51,4 @@ "-- \n" 2.29.2 -9d783760b446d9955f146dae573a3d02c976113731796d0208bf0427aa17fda9 +5d5aba9a3b59fddc39dab8790aae67f86027a00549eef6fc320979470765a074
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.