diff for duplicates of <20110727153414.80f810e7.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index 70382c5..626f49e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -38,7 +38,7 @@ Magnus Damm <magnus.damm@gmail.com> wrote: > + int k, ret; > + unsigned long rate, tmp; > + -> + if (p->timer_state = R_TPU_TIMER_ON) +> + if (p->timer_state == R_TPU_TIMER_ON) > + return 0; Is timer_state actually needed? It looks like it's covering up bugs: diff --git a/a/content_digest b/N1/content_digest index 5dcb0d9..fe578b4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020110713105203.5481.94746.sendpatchset@t400s\0" "From\0Andrew Morton <akpm@linux-foundation.org>\0" "Subject\0Re: [PATCH] leds: Renesas TPU LED driver V2\0" - "Date\0Wed, 27 Jul 2011 22:34:14 +0000\0" + "Date\0Wed, 27 Jul 2011 15:34:14 -0700\0" "To\0Magnus Damm <magnus.damm@gmail.com>\0" "Cc\0linux-kernel@vger.kernel.org" lethal@linux-sh.org @@ -49,7 +49,7 @@ "> +\tint k, ret;\n" "> +\tunsigned long rate, tmp;\n" "> +\n" - "> +\tif (p->timer_state = R_TPU_TIMER_ON)\n" + "> +\tif (p->timer_state == R_TPU_TIMER_ON)\n" "> +\t\treturn 0;\n" "\n" "Is timer_state actually needed? It looks like it's covering up bugs:\n" @@ -116,4 +116,4 @@ "> ...\n" > -b654b2a972f731b1124728e656b30e2f051fdd55958a02a89e071f70b6aad5f6 +75b42187cadd205bc26036f404e7d842d79f17732a134858592f3df7ea75568a
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.