diff for duplicates of <54D10A0E.5050907@metafoo.de> diff --git a/a/1.txt b/N1/1.txt index 67d1deb..f185a7b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,7 +30,7 @@ On 02/03/2015 06:26 PM, Lars-Peter Clausen wrote: What I wanted to say is that pretty much every user of clk_get() that wants a optional clock gets the handling wrong. E.g. they check for PTR_ERR(clk) -== -EPROBE_DEFER rather than checking for PTR_ERR(clk) != -ENOENT. Which += -EPROBE_DEFER rather than checking for PTR_ERR(clk) != -ENOENT. Which causes errors when the clock is specified, but incorrectly specified (e.g. invalid phandle or specifier) to be silently ignored. @@ -43,8 +43,7 @@ users: @@ expression clk; @@ -clk = -( +clk ( devm_clk_get | clk_get @@ -52,7 +51,7 @@ clk_get (...); <+... ( -*PTR_ERR(clk) == -EPROBE_DEFER +*PTR_ERR(clk) = -EPROBE_DEFER | *PTR_ERR(clk) != -ENOENT ) diff --git a/a/content_digest b/N1/content_digest index bf51d77..494447a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,7 +6,7 @@ "ref\054D104AC.5010603@metafoo.de\0" "From\0Lars-Peter Clausen <lars@metafoo.de>\0" "Subject\0Re: [alsa-devel] [RFC PATCH] ASoC: wm8731: let codec to manage clock by itself\0" - "Date\0Tue, 03 Feb 2015 18:49:02 +0100\0" + "Date\0Tue, 03 Feb 2015 17:49:02 +0000\0" "To\0Russell King - ARM Linux <linux@arm.linux.org.uk>\0" "Cc\0alsa-devel <alsa-devel@alsa-project.org>" Richard Purdie <richard@openedhand.com> @@ -53,7 +53,7 @@ "\n" "What I wanted to say is that pretty much every user of clk_get() that wants \n" "a optional clock gets the handling wrong. E.g. they check for PTR_ERR(clk) \n" - "== -EPROBE_DEFER rather than checking for PTR_ERR(clk) != -ENOENT. Which \n" + "= -EPROBE_DEFER rather than checking for PTR_ERR(clk) != -ENOENT. Which \n" "causes errors when the clock is specified, but incorrectly specified (e.g. \n" "invalid phandle or specifier) to be silently ignored.\n" "\n" @@ -66,8 +66,7 @@ "@@\n" "expression clk;\n" "@@\n" - "clk =\n" - "(\n" + "clk (\n" "devm_clk_get\n" "|\n" "clk_get\n" @@ -75,10 +74,10 @@ " (...);\n" "<+...\n" "(\n" - "*PTR_ERR(clk) == -EPROBE_DEFER\n" + "*PTR_ERR(clk) = -EPROBE_DEFER\n" "|\n" "*PTR_ERR(clk) != -ENOENT\n" ")\n" ...+> -9e210a5f1e7785a36d2816af6b135d39aa9792c2512427c1f0a80daccf8d7cf4 +86ba1650d64fcaf3c2cb48ea4667de971e3178ac72dcdc5a754ac00ed51b10fc
diff --git a/a/content_digest b/N2/content_digest index bf51d77..c6bef2b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,21 +4,10 @@ "ref\054D0FD1C.9020305@metafoo.de\0" "ref\020150203171733.GY8656@n2100.arm.linux.org.uk\0" "ref\054D104AC.5010603@metafoo.de\0" - "From\0Lars-Peter Clausen <lars@metafoo.de>\0" - "Subject\0Re: [alsa-devel] [RFC PATCH] ASoC: wm8731: let codec to manage clock by itself\0" + "From\0lars@metafoo.de (Lars-Peter Clausen)\0" + "Subject\0[alsa-devel] [RFC PATCH] ASoC: wm8731: let codec to manage clock by itself\0" "Date\0Tue, 03 Feb 2015 18:49:02 +0100\0" - "To\0Russell King - ARM Linux <linux@arm.linux.org.uk>\0" - "Cc\0alsa-devel <alsa-devel@alsa-project.org>" - Richard Purdie <richard@openedhand.com> - patches@opensource.wolfsonmicro.com - LKML <linux-kernel@vger.kernel.org> - linux-sound@vger.kernel.org - Manuel Lauss <manuel.lauss@googlemail.com> - Mark Brown <broonie@kernel.org> - Bo Shen <voice.shen@atmel.com> - Manuel Lauss <manuel.lauss@gmail.com> - linux-arm-kernel@lists.infradead.org - " Liam Girdwood <lrg@slimlogic.co.uk>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 02/03/2015 06:26 PM, Lars-Peter Clausen wrote:\n" @@ -81,4 +70,4 @@ ")\n" ...+> -9e210a5f1e7785a36d2816af6b135d39aa9792c2512427c1f0a80daccf8d7cf4 +27c46aebfef06066c7fcd32d774429795e92b1ee06afbff6db4ed56eafad440e
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.