diff for duplicates of <4E5261A5.5050608@freescale.com> diff --git a/a/1.txt b/N1/1.txt index dc2e127..a95be5d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,12 +5,12 @@ Julia Lawall wrote: > +++ b/sound/soc/fsl/fsl_dma.c > @@ -880,10 +880,12 @@ static struct device_node *find_ssi_node(struct device_node *dma_channel_np) > np = of_parse_phandle(ssi_np, "fsl,playback-dma", 0); -> if (np == dma_channel_np) +> if (np = dma_channel_np) > return ssi_np; > + of_node_put(np); > > np = of_parse_phandle(ssi_np, "fsl,capture-dma", 0); -> if (np == dma_channel_np) +> if (np = dma_channel_np) > return ssi_np; > + of_node_put(np); > } @@ -25,12 +25,12 @@ this: device_node *dma_channel_np) np = of_parse_phandle(ssi_np, "fsl,playback-dma", 0); + of_node_put(np); - if (np == dma_channel_np) + if (np = dma_channel_np) return ssi_np; np = of_parse_phandle(ssi_np, "fsl,capture-dma", 0); + of_node_put(np); - if (np == dma_channel_np) + if (np = dma_channel_np) return ssi_np; } diff --git a/a/content_digest b/N1/content_digest index 99fe760..054776f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01313825025-17590-1-git-send-email-julia@diku.dk\0" "From\0Timur Tabi <timur@freescale.com>\0" "Subject\0Re: [PATCH] sound/soc/fsl/fsl_dma.c: add missing of_node_put\0" - "Date\0Mon, 22 Aug 2011 09:03:17 -0500\0" + "Date\0Mon, 22 Aug 2011 14:03:17 +0000\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0alsa-devel@alsa-project.org" Takashi Iwai <tiwai@suse.de> @@ -21,12 +21,12 @@ "> +++ b/sound/soc/fsl/fsl_dma.c\n" "> @@ -880,10 +880,12 @@ static struct device_node *find_ssi_node(struct device_node *dma_channel_np)\n" "> \t\tnp = of_parse_phandle(ssi_np, \"fsl,playback-dma\", 0);\n" - "> \t\tif (np == dma_channel_np)\n" + "> \t\tif (np = dma_channel_np)\n" "> \t\t\treturn ssi_np;\n" "> +\t\tof_node_put(np);\n" "> \n" "> \t\tnp = of_parse_phandle(ssi_np, \"fsl,capture-dma\", 0);\n" - "> \t\tif (np == dma_channel_np)\n" + "> \t\tif (np = dma_channel_np)\n" "> \t\t\treturn ssi_np;\n" "> +\t\tof_node_put(np);\n" "> \t}\n" @@ -41,12 +41,12 @@ "device_node *dma_channel_np)\n" " \t\tnp = of_parse_phandle(ssi_np, \"fsl,playback-dma\", 0);\n" "+\t\tof_node_put(np);\n" - " \t\tif (np == dma_channel_np)\n" + " \t\tif (np = dma_channel_np)\n" " \t\t\treturn ssi_np;\n" "\n" " \t\tnp = of_parse_phandle(ssi_np, \"fsl,capture-dma\", 0);\n" "+\t\tof_node_put(np);\n" - " \t\tif (np == dma_channel_np)\n" + " \t\tif (np = dma_channel_np)\n" " \t\t\treturn ssi_np;\n" " \t}\n" "\n" @@ -56,4 +56,4 @@ "Timur Tabi\n" Linux kernel developer at Freescale -f0eec46e3e7f162a1d98a6fe3350d6cc2d776b172d24cdc8cb15c4b3325b4037 +f0893d303e11eb64cad9557ec451ef083527d3d88794a924e9c4a280cd1cc319
diff --git a/a/content_digest b/N2/content_digest index 99fe760..60a0510 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -9,7 +9,7 @@ Mark Brown <broonie@opensource.wolfsonmicro.com> kernel-janitors@vger.kernel.org linux-kernel@vger.kernel.org - Grant Likely <grant.likely@secretlab.ca> + Jaroslav Kysela <perex@perex.cz> linuxppc-dev@lists.ozlabs.org " Liam Girdwood <lrg@ti.com>\0" "\00:1\0" @@ -56,4 +56,4 @@ "Timur Tabi\n" Linux kernel developer at Freescale -f0eec46e3e7f162a1d98a6fe3350d6cc2d776b172d24cdc8cb15c4b3325b4037 +ea33ec9409daeeebfa629b5965db5079943c643c39b48d48839a5c12143952dd
diff --git a/a/content_digest b/N3/content_digest index 99fe760..355283d 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,15 +3,16 @@ "Subject\0Re: [PATCH] sound/soc/fsl/fsl_dma.c: add missing of_node_put\0" "Date\0Mon, 22 Aug 2011 09:03:17 -0500\0" "To\0Julia Lawall <julia@diku.dk>\0" - "Cc\0alsa-devel@alsa-project.org" - Takashi Iwai <tiwai@suse.de> - devicetree-discuss@lists.ozlabs.org + "Cc\0<kernel-janitors@vger.kernel.org>" + Liam Girdwood <lrg@ti.com> Mark Brown <broonie@opensource.wolfsonmicro.com> - kernel-janitors@vger.kernel.org - linux-kernel@vger.kernel.org + Jaroslav Kysela <perex@perex.cz> + Takashi Iwai <tiwai@suse.de> Grant Likely <grant.likely@secretlab.ca> - linuxppc-dev@lists.ozlabs.org - " Liam Girdwood <lrg@ti.com>\0" + <alsa-devel@alsa-project.org> + <linuxppc-dev@lists.ozlabs.org> + <linux-kernel@vger.kernel.org> + " <devicetree-discuss@lists.ozlabs.org>\0" "\00:1\0" "b\0" "Julia Lawall wrote:\n" @@ -56,4 +57,4 @@ "Timur Tabi\n" Linux kernel developer at Freescale -f0eec46e3e7f162a1d98a6fe3350d6cc2d776b172d24cdc8cb15c4b3325b4037 +1dc5a9dae8924ea9c0d4916f4a73a0367cfc9140a440d2a8db5f1a3f1de4f885
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.