diff for duplicates of <20100823112828.GK6674@bicker> diff --git a/a/1.txt b/N1/1.txt index eb16d9a..63a29c2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,10 +18,10 @@ dan carpenter > struct drm_encoder *l_entry; > > list_for_each_entry(l_entry, &mode_config->encoder_list, head) { -> - if (l_entry && l_entry->crtc = crtc) { -> + if (l_entry->crtc = crtc) { +> - if (l_entry && l_entry->crtc == crtc) { +> + if (l_entry->crtc == crtc) { > struct intel_encoder *intel_encoder = enc_to_intel_encoder(l_entry); -> if (intel_encoder->type = type) +> if (intel_encoder->type == type) > return true; > @@ -3322,7 +3322,7 @@ static int intel_crtc_mode_set(struct drm_crtc *crtc, > diff --git a/a/content_digest b/N1/content_digest index e1df897..3e041b8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020100623170426.GB15424@bicker\0" "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0Re: [patch] i915: remove unneed NULL checks\0" - "Date\0Mon, 23 Aug 2010 11:28:28 +0000\0" + "Date\0Mon, 23 Aug 2010 13:28:28 +0200\0" "To\0David Airlie <airlied@linux.ie>\0" "Cc\0Eric Anholt <eric@anholt.net>" Jesse Barnes <jbarnes@virtuousgeek.org> @@ -32,10 +32,10 @@ "> struct drm_encoder *l_entry;\n" "> \n" "> list_for_each_entry(l_entry, &mode_config->encoder_list, head) {\n" - "> -\t if (l_entry && l_entry->crtc = crtc) {\n" - "> +\t if (l_entry->crtc = crtc) {\n" + "> -\t if (l_entry && l_entry->crtc == crtc) {\n" + "> +\t if (l_entry->crtc == crtc) {\n" "> \t\t struct intel_encoder *intel_encoder = enc_to_intel_encoder(l_entry);\n" - "> \t\t if (intel_encoder->type = type)\n" + "> \t\t if (intel_encoder->type == type)\n" "> \t\t\t return true;\n" "> @@ -3322,7 +3322,7 @@ static int intel_crtc_mode_set(struct drm_crtc *crtc,\n" "> \n" @@ -47,4 +47,4 @@ "> \n" "> \t\tintel_encoder = enc_to_intel_encoder(encoder);" -de3eb9816fa065412a24aabbeabf5d4c7d18236f7a0ed7d5f5f91fb56df36ca4 +ad0f0d216487f595359d614d776e1eebbd41fdbdefac29f861c5f3c5a30f3868
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.