diff for duplicates of <20120507173430.GC5088@atomide.com> diff --git a/a/1.txt b/N1/1.txt index 7f908e8..0533530 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,11 @@ * R, Sricharan <r.sricharan@ti.com> [120506 00:42]: > Hi Tony, > -> >> - if (!(cpu_is_omap44xx())) -> >> + if ((!(cpu_is_omap44xx())) && (!cpu_is_omap54xx())) -> >> return -ENODEV; +> >> - ? ? if (!(cpu_is_omap44xx())) +> >> + ? ? if ((!(cpu_is_omap44xx())) && (!cpu_is_omap54xx())) +> >> ? ? ? ? ? ? ? return -ENODEV; > >> -> >> for (i = 0; i < L3_MODULES; i++) { +> >> ? ? ? for (i = 0; i < L3_MODULES; i++) { > > > > Isn't there some unnecessary parens here? > @@ -15,7 +15,3 @@ No, both the old (!(cpu_is_omap44xx())) and the added one. Tony --- -To unsubscribe from this list: send the line "unsubscribe linux-omap" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index feb907a..533f8c3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,25 +2,20 @@ "ref\01336029982-31898-8-git-send-email-r.sricharan@ti.com\0" "ref\020120504225153.GZ5613@atomide.com\0" "ref\0CAJ7qFSek4h78wHdwdb-h6UZNqUofT03PTm8LN66WQgdKyp5Y+A@mail.gmail.com\0" - "From\0Tony Lindgren <tony@atomide.com>\0" - "Subject\0Re: [PATCH 07/13] ARM: OMAP5: l3: Add l3 error handler support for omap5.\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH 07/13] ARM: OMAP5: l3: Add l3 error handler support for omap5.\0" "Date\0Mon, 7 May 2012 10:34:30 -0700\0" - "To\0R" - " Sricharan <r.sricharan@ti.com>\0" - "Cc\0linux-omap@vger.kernel.org" - linux-arm-kernel@lists.infradead.org - santosh.shilimkar@ti.com - " b-cousson@ti.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "* R, Sricharan <r.sricharan@ti.com> [120506 00:42]:\n" "> Hi Tony,\n" "> \n" - "> >> - \302\240 \302\240 if (!(cpu_is_omap44xx()))\n" - "> >> + \302\240 \302\240 if ((!(cpu_is_omap44xx())) && (!cpu_is_omap54xx()))\n" - "> >> \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 return -ENODEV;\n" + "> >> - ? ? if (!(cpu_is_omap44xx()))\n" + "> >> + ? ? if ((!(cpu_is_omap44xx())) && (!cpu_is_omap54xx()))\n" + "> >> ? ? ? ? ? ? ? return -ENODEV;\n" "> >>\n" - "> >> \302\240 \302\240 \302\240 for (i = 0; i < L3_MODULES; i++) {\n" + "> >> ? ? ? for (i = 0; i < L3_MODULES; i++) {\n" "> >\n" "> > Isn't there some unnecessary parens here?\n" "> \n" @@ -29,10 +24,6 @@ "\n" "No, both the old (!(cpu_is_omap44xx())) and the added one.\n" "\n" - "Tony\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Tony -6b1914a4684da034e90e6e3c6104401dfa062471b0e258a49fb9c3c6f8eb0005 +fa20cc01b1b8c0b8ecb8a47cb6e2a1fb284cccf0ed559c4ccd49d5d8df318b8d
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.