diff for duplicates of <20100910133401.GF2398@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 3de294c..0e46741 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,9 +15,9 @@ On Fri, Sep 10, 2010 at 01:57:14PM +0200, Dan Carpenter wrote: > } > if ( basic_rate > 0 ) { > for( i = 0; i < 8; i++ ) { -> - if ( ai->config.rates[i] = basic_rate || +> - if ( ai->config.rates[i] == basic_rate || > - !ai->config.rates ) { -> + if (ai->config.rates[i] = basic_rate) { +> + if (ai->config.rates[i] == basic_rate) { > ai->config.rates[i] = basic_rate | 0x80; > break; > } diff --git a/a/content_digest b/N1/content_digest index 5a645a5..a1231e4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020100910115714.GE5959@bicker\0" "From\0Stanislaw Gruszka <sgruszka@redhat.com>\0" "Subject\0Re: [patch] airo: remove pointless check\0" - "Date\0Fri, 10 Sep 2010 13:34:03 +0000\0" + "Date\0Fri, 10 Sep 2010 15:34:03 +0200\0" "To\0Dan Carpenter <error27@gmail.com>\0" "Cc\0John W. Linville <linville@tuxdriver.com>" Matthieu CASTET <castet.matthieu@free.fr> @@ -26,9 +26,9 @@ "> \t\t}\n" "> \t\tif ( basic_rate > 0 ) {\n" "> \t\t\tfor( i = 0; i < 8; i++ ) {\n" - "> -\t\t\t\tif ( ai->config.rates[i] = basic_rate ||\n" + "> -\t\t\t\tif ( ai->config.rates[i] == basic_rate ||\n" "> -\t\t\t\t !ai->config.rates ) {\n" - "> +\t\t\t\tif (ai->config.rates[i] = basic_rate) {\n" + "> +\t\t\t\tif (ai->config.rates[i] == basic_rate) {\n" "> \t\t\t\t\tai->config.rates[i] = basic_rate | 0x80;\n" "> \t\t\t\t\tbreak;\n" "> \t\t\t\t}\n" @@ -42,4 +42,4 @@ "\n" Stanislaw -eb29596563775ae2353399f38a195669d80baa19a133e2124a65ef6bbc804f58 +c2c17be68cc92423bdfcc306df5f21c3a00a4a8977038d06d5a72c757c72282e
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.