diff for duplicates of <517AE7B5.4010108@gmail.com> diff --git a/a/1.txt b/N1/1.txt index f876699..750ebc0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -51,7 +51,7 @@ It sounds like a reasonable requirements. > > mutex_lock(&clk_lock); > list_for_each_entry(tmp,&clk_list, list) -> if (tmp = clk) { +> if (tmp == clk) { > ret = !try_module_get(clk->ops->owner); > if (ret) > ret = -EFAULT; diff --git a/a/content_digest b/N1/content_digest index 6036f58..2d95e02 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\0Pine.LNX.4.64.1304231435540.1422@axis700.grange\0" "From\0Sylwester Nawrocki <sylvester.nawrocki@gmail.com>\0" "Subject\0Re: [PATCH v9 02/20] V4L2: support asynchronous subdevice registration\0" - "Date\0Fri, 26 Apr 2013 20:46:45 +0000\0" + "Date\0Fri, 26 Apr 2013 22:46:45 +0200\0" "To\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>\0" "Cc\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>" Sylwester Nawrocki <s.nawrocki@samsung.com> @@ -70,7 +70,7 @@ ">\n" "> \tmutex_lock(&clk_lock);\n" "> \tlist_for_each_entry(tmp,&clk_list, list)\n" - "> \t\tif (tmp = clk) {\n" + "> \t\tif (tmp == clk) {\n" "> \t\t\tret = !try_module_get(clk->ops->owner);\n" "> \t\t\tif (ret)\n" "> \t\t\t\tret = -EFAULT;\n" @@ -102,4 +102,4 @@ "Regards,\n" Sylwester -0a7ecea3356eadb36092bc5da83a43b5eb6bf38a82f2f9155807dec0b12f0927 +1b8f7b0d31a702dc80e3f5ded8077785a523f674c882227a2acbd88abf0a5290
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.