diff for duplicates of <20200626104526.GE314359@mwanda> diff --git a/a/1.txt b/N1/1.txt index 8d89376..b14fa3e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,7 +19,7 @@ index e399b9fad757..47ab6c315db6 100644 } - if (entity->id != xqry->unit) { -+ if (&entity->chain = &chain->entities) { ++ if (&entity->chain == &chain->entities) { uvc_trace(UVC_TRACE_CONTROL, "Extension unit %u not found.\n", xqry->unit); return -ENOENT; diff --git a/a/content_digest b/N1/content_digest index ce9274f..bce3e7d 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: uvcvideo: Fix loop exit condition in uvc_xu_ctrl_query()\0" - "Date\0Fri, 26 Jun 2020 10:45:26 +0000\0" + "Date\0Fri, 26 Jun 2020 13:45:26 +0300\0" "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Cc\0Mauro Carvalho Chehab <mchehab@kernel.org>" linux-media@vger.kernel.org @@ -28,11 +28,11 @@ " \t}\n" " \n" "-\tif (entity->id != xqry->unit) {\n" - "+\tif (&entity->chain = &chain->entities) {\n" + "+\tif (&entity->chain == &chain->entities) {\n" " \t\tuvc_trace(UVC_TRACE_CONTROL, \"Extension unit %u not found.\\n\",\n" " \t\t\txqry->unit);\n" " \t\treturn -ENOENT;\n" "-- \n" 2.27.0 -55574531e15140440f49be035b4972028e01991902b62c9b62c166d9020e101e +7839f41ad92b99335d2266a7f047b68618e14b7a9f781c718d4fe4fc92c0d603
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.