diff for duplicates of <87fu11rb8h.fsf@intel.com> diff --git a/a/1.txt b/N1/1.txt index 4a64953..9a2c989 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,7 @@ On Sat, 30 Jun 2018, Yisheng Xie <ysxie@foxmail.com> wrote: > > o->currcon = vc->vc_num; > @@ -3124,11 +3124,9 @@ static int fbcon_fb_unregistered(struct fb_info *info) -> if (idx = info_idx) { +> if (idx == info_idx) { > info_idx = -1; > > - for (i = 0; i < FB_MAX; i++) { @@ -93,7 +93,7 @@ On Sat, 30 Jun 2018, Yisheng Xie <ysxie@foxmail.com> wrote: > mapped = 0; > info = registered_fb[i]; > -> - if (info = NULL) +> - if (info == NULL) > - continue; > - > if (info->queue.func) @@ -140,3 +140,7 @@ Jani. -- Jani Nikula, Intel Open Source Graphics Center +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index 353704b..242ca1e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01530343789-4237-1-git-send-email-ysxie@foxmail.com\0" "From\0Jani Nikula <jani.nikula@linux.intel.com>\0" "Subject\0Re: [PATCH v2 fbdev-for-next 1/2] fbcon: introduce for_each_registered_fb() helper\0" - "Date\0Mon, 02 Jul 2018 13:57:50 +0000\0" + "Date\0Mon, 02 Jul 2018 16:57:50 +0300\0" "To\0b.zolnierkie@samsung.com" keescook@chromium.org j.w.r.degoede@gmail.com @@ -55,7 +55,7 @@ "> \n" "> \t\t\to->currcon = vc->vc_num;\n" "> @@ -3124,11 +3124,9 @@ static int fbcon_fb_unregistered(struct fb_info *info)\n" - "> \tif (idx = info_idx) {\n" + "> \tif (idx == info_idx) {\n" "> \t\tinfo_idx = -1;\n" "> \n" "> -\t\tfor (i = 0; i < FB_MAX; i++) {\n" @@ -108,7 +108,7 @@ "> \t\tmapped = 0;\n" "> \t\tinfo = registered_fb[i];\n" "> \n" - "> -\t\tif (info = NULL)\n" + "> -\t\tif (info == NULL)\n" "> -\t\t\tcontinue;\n" "> -\n" "> \t\tif (info->queue.func)\n" @@ -154,6 +154,10 @@ "> static inline void unlock_fb_info(struct fb_info *info)\n" "\n" "-- \n" - Jani Nikula, Intel Open Source Graphics Center + "Jani Nikula, Intel Open Source Graphics Center\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -4e2def6dc7cd813de37ccec14a7b84eea1b6dc5f237821e7acd0dffe1db155bf +b5bbe4c605ad826a31fd3b72d83c3b0f5f72999cac80e3c87176ff1e24accf07
diff --git a/a/1.txt b/N2/1.txt index 4a64953..0694681 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -40,7 +40,7 @@ On Sat, 30 Jun 2018, Yisheng Xie <ysxie@foxmail.com> wrote: > > o->currcon = vc->vc_num; > @@ -3124,11 +3124,9 @@ static int fbcon_fb_unregistered(struct fb_info *info) -> if (idx = info_idx) { +> if (idx == info_idx) { > info_idx = -1; > > - for (i = 0; i < FB_MAX; i++) { @@ -93,7 +93,7 @@ On Sat, 30 Jun 2018, Yisheng Xie <ysxie@foxmail.com> wrote: > mapped = 0; > info = registered_fb[i]; > -> - if (info = NULL) +> - if (info == NULL) > - continue; > - > if (info->queue.func) diff --git a/a/content_digest b/N2/content_digest index 353704b..1c9eaa1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,9 @@ "ref\01530343789-4237-1-git-send-email-ysxie@foxmail.com\0" "From\0Jani Nikula <jani.nikula@linux.intel.com>\0" "Subject\0Re: [PATCH v2 fbdev-for-next 1/2] fbcon: introduce for_each_registered_fb() helper\0" - "Date\0Mon, 02 Jul 2018 13:57:50 +0000\0" - "To\0b.zolnierkie@samsung.com" + "Date\0Mon, 02 Jul 2018 16:57:50 +0300\0" + "To\0Yisheng Xie <ysxie@foxmail.com>" + b.zolnierkie@samsung.com keescook@chromium.org j.w.r.degoede@gmail.com " david@lechnology.com\0" @@ -55,7 +56,7 @@ "> \n" "> \t\t\to->currcon = vc->vc_num;\n" "> @@ -3124,11 +3124,9 @@ static int fbcon_fb_unregistered(struct fb_info *info)\n" - "> \tif (idx = info_idx) {\n" + "> \tif (idx == info_idx) {\n" "> \t\tinfo_idx = -1;\n" "> \n" "> -\t\tfor (i = 0; i < FB_MAX; i++) {\n" @@ -108,7 +109,7 @@ "> \t\tmapped = 0;\n" "> \t\tinfo = registered_fb[i];\n" "> \n" - "> -\t\tif (info = NULL)\n" + "> -\t\tif (info == NULL)\n" "> -\t\t\tcontinue;\n" "> -\n" "> \t\tif (info->queue.func)\n" @@ -156,4 +157,4 @@ "-- \n" Jani Nikula, Intel Open Source Graphics Center -4e2def6dc7cd813de37ccec14a7b84eea1b6dc5f237821e7acd0dffe1db155bf +c0a8ef67eec907f22758bdaee3eef3f20fcaa812f9247b54a4681ff4f5cd0754
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.