diff for duplicates of <20111207202203.GA3744@pengutronix.de> diff --git a/a/1.1.hdr b/a/1.1.hdr deleted file mode 100644 index ed79918..0000000 --- a/a/1.1.hdr +++ /dev/null @@ -1,3 +0,0 @@ -Content-Type: text/plain; charset=iso-8859-15 -Content-Disposition: inline -Content-Transfer-Encoding: quoted-printable diff --git a/a/1.2.bin b/a/1.2.bin deleted file mode 100644 index 3959e33..0000000 --- a/a/1.2.bin +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.10 (GNU/Linux) - -iEYEARECAAYFAk7fyusACgkQD27XaX1/VRtXpQCaAyUFwE9wLRDcCKCMzgsVgd8t -zVkAn3jCJpj97O2kmyrNz3tcbwzThact -=w/2r ------END PGP SIGNATURE----- diff --git a/a/1.2.hdr b/a/1.2.hdr deleted file mode 100644 index 9f49b3a..0000000 --- a/a/1.2.hdr +++ /dev/null @@ -1,3 +0,0 @@ -Content-Type: application/pgp-signature; name="signature.asc" -Content-Description: Digital signature -Content-Disposition: inline diff --git a/a/1.1.txt b/N1/1.txt similarity index 64% rename from a/1.1.txt rename to N1/1.txt index 2019490..fe9507d 100644 --- a/a/1.1.txt +++ b/N1/1.txt @@ -3,10 +3,10 @@ Hi Linus, On Tue, Nov 22, 2011 at 10:28:44AM +0100, Linus Walleij wrote: > On Tue, Nov 22, 2011 at 9:28 AM, Viresh Kumar <viresh.kumar@st.com> wrote: > > On 11/22/2011 1:55 PM, Linus WALLEIJ wrote: -> >> if (list_empty(&pl022->queue) || !pl022->running) { -> >> + if (pl022->busy) { -> >> + pm_runtime_put(&pl022->adev->dev); -> >> + } +> >> ? ? ? if (list_empty(&pl022->queue) || !pl022->running) { +> >> + ? ? ? ? ? ? if (pl022->busy) { +> >> + ? ? ? ? ? ? ? ? ? ? pm_runtime_put(&pl022->adev->dev); +> >> + ? ? ? ? ? ? } > > > > We used to get warnings from checkpatch, for single line code inside {}. > > Don't we get them anymore? @@ -27,3 +27,10 @@ Thanks, -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 198 bytes +Desc: Digital signature +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20111207/b856cd69/attachment.sig> diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index 4b86001..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,4 +0,0 @@ -Content-Type: text/plain; charset="us-ascii" -MIME-Version: 1.0 -Content-Transfer-Encoding: 7bit -Content-Disposition: inline diff --git a/a/2.txt b/a/2.txt deleted file mode 100644 index 8133cf0..0000000 --- a/a/2.txt +++ /dev/null @@ -1,4 +0,0 @@ -_______________________________________________ -linux-arm-kernel mailing list -linux-arm-kernel@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index 6ea23ca..791e7e7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,25 +1,21 @@ "ref\01321950301-4782-1-git-send-email-linus.walleij@stericsson.com\0" "ref\04ECB5D2E.1000906@st.com\0" "ref\0CACRpkdYSGWAB29gHhKjpyEQDAaLoTbPM6-Qz0FosL3X4TNwxdg@mail.gmail.com\0" - "From\0Wolfram Sang <w.sang@pengutronix.de>\0" - "Subject\0Re: [PATCH 4/7] spi/pl022: move device disable to workqueue thread\0" + "From\0w.sang@pengutronix.de (Wolfram Sang)\0" + "Subject\0[PATCH 4/7] spi/pl022: move device disable to workqueue thread\0" "Date\0Wed, 7 Dec 2011 21:22:03 +0100\0" - "To\0Linus Walleij <linus.walleij@linaro.org>\0" - "Cc\0spi-devel-general@lists.sourceforge.net <spi-devel-general@lists.sourceforge.net>" - Linus WALLEIJ <linus.walleij@stericsson.com> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - " Christopher BLAIR <chris.blair@stericsson.com>\0" - "\02:1.1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "Hi Linus,\n" "\n" "On Tue, Nov 22, 2011 at 10:28:44AM +0100, Linus Walleij wrote:\n" "> On Tue, Nov 22, 2011 at 9:28 AM, Viresh Kumar <viresh.kumar@st.com> wrote:\n" "> > On 11/22/2011 1:55 PM, Linus WALLEIJ wrote:\n" - "> >> \302\240 \302\240 \302\240 if (list_empty(&pl022->queue) || !pl022->running) {\n" - "> >> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 if (pl022->busy) {\n" - "> >> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 pm_runtime_put(&pl022->adev->dev);\n" - "> >> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 }\n" + "> >> ? ? ? if (list_empty(&pl022->queue) || !pl022->running) {\n" + "> >> + ? ? ? ? ? ? if (pl022->busy) {\n" + "> >> + ? ? ? ? ? ? ? ? ? ? pm_runtime_put(&pl022->adev->dev);\n" + "> >> + ? ? ? ? ? ? }\n" "> >\n" "> > We used to get warnings from checkpatch, for single line code inside {}.\n" "> > Don't we get them anymore?\n" @@ -39,23 +35,13 @@ "\n" "-- \n" "Pengutronix e.K. | Wolfram Sang |\n" - Industrial Linux Solutions | http://www.pengutronix.de/ | - "\02:1.2\0" - "fn\0signature.asc\0" - "d\0Digital signature\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "Version: GnuPG v1.4.10 (GNU/Linux)\n" - "\n" - "iEYEARECAAYFAk7fyusACgkQD27XaX1/VRtXpQCaAyUFwE9wLRDcCKCMzgsVgd8t\n" - "zVkAn3jCJpj97O2kmyrNz3tcbwzThact\n" - "=w/2r\n" - "-----END PGP SIGNATURE-----\n" - "\01:2\0" - "b\0" - "_______________________________________________\n" - "linux-arm-kernel mailing list\n" - "linux-arm-kernel@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + "Industrial Linux Solutions | http://www.pengutronix.de/ |\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: signature.asc\n" + "Type: application/pgp-signature\n" + "Size: 198 bytes\n" + "Desc: Digital signature\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20111207/b856cd69/attachment.sig> -40ddf504bf00d0e73f50b18dc8fc6dd721860bbd33cecd62704571c735d36b4d +34a1679d073cab89787ba02dcc565af21af138289c41190868094049625cce20
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.