diff for duplicates of <2319392.n3fnJUhemF@grover> diff --git a/a/1.txt b/N1/1.txt index d78383c..9b76c48 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,7 @@ On Monday 07 July 2014 14:26:54 Daniel Vetter wrote: > > I am not quite sure I understand what you want me to test? > > Do you want me to try it without: > > -> > > > + if (ret = 0) { +> > > > + if (ret == 0) { > > > > + ret = do_unregister_con_driver(&vga_con); > > Below the diff of what I mean. @@ -38,7 +38,7 @@ On Monday 07 July 2014 14:26:54 Daniel Vetter wrote: > - ret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1); > + if (con_is_bound(&vga_con)) > + ret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1); -> if (ret = 0) { +> if (ret == 0) { > ret = do_unregister_con_driver(&vga_con); > > diff --git a/a/content_digest b/N1/content_digest index a6528d1..cb0c7da 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\01974170.pJAPFfvtjC@grover\0" "ref\020140707122654.GQ5821@phenom.ffwll.local\0" "From\0Ed Tomlinson <edt@aei.ca>\0" - "Subject\0Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console\0" - "Date\0Tue, 08 Jul 2014 02:53:16 +0000\0" + "Subject\0Re: [PATCH 5/5] drm/i915: Kick out vga console\0" + "Date\0Mon, 07 Jul 2014 22:53:16 -0400\0" "To\0Chris Wilson <chris@chris-wilson.co.uk>" Intel Graphics Development <intel-gfx@lists.freedesktop.org> DRI Development <dri-devel@lists.freedesktop.org> @@ -32,7 +32,7 @@ "> > I am not quite sure I understand what you want me to test?\n" "> > Do you want me to try it without:\n" "> > \n" - "> > > > + if (ret = 0) {\n" + "> > > > + if (ret == 0) {\n" "> > > > + ret = do_unregister_con_driver(&vga_con);\n" "> \n" "> Below the diff of what I mean.\n" @@ -56,9 +56,9 @@ "> -\tret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1);\n" "> +\tif (con_is_bound(&vga_con))\n" "> +\t\tret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1);\n" - "> \tif (ret = 0) {\n" + "> \tif (ret == 0) {\n" "> \t\tret = do_unregister_con_driver(&vga_con);\n" "> \n" > -452262f49f19cc1937b7b2887b319996fc28836a1be279de3767e22ed59e5217 +7147e614a82145daf05ef1021e3729847b419f931aaa505b4c0cc329fcadc885
diff --git a/a/1.txt b/N2/1.txt index d78383c..9b76c48 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -14,7 +14,7 @@ On Monday 07 July 2014 14:26:54 Daniel Vetter wrote: > > I am not quite sure I understand what you want me to test? > > Do you want me to try it without: > > -> > > > + if (ret = 0) { +> > > > + if (ret == 0) { > > > > + ret = do_unregister_con_driver(&vga_con); > > Below the diff of what I mean. @@ -38,7 +38,7 @@ On Monday 07 July 2014 14:26:54 Daniel Vetter wrote: > - ret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1); > + if (con_is_bound(&vga_con)) > + ret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1); -> if (ret = 0) { +> if (ret == 0) { > ret = do_unregister_con_driver(&vga_con); > > diff --git a/a/content_digest b/N2/content_digest index a6528d1..e384256 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\020140707122654.GQ5821@phenom.ffwll.local\0" "From\0Ed Tomlinson <edt@aei.ca>\0" "Subject\0Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console\0" - "Date\0Tue, 08 Jul 2014 02:53:16 +0000\0" + "Date\0Mon, 07 Jul 2014 22:53:16 -0400\0" "To\0Chris Wilson <chris@chris-wilson.co.uk>" Intel Graphics Development <intel-gfx@lists.freedesktop.org> DRI Development <dri-devel@lists.freedesktop.org> @@ -32,7 +32,7 @@ "> > I am not quite sure I understand what you want me to test?\n" "> > Do you want me to try it without:\n" "> > \n" - "> > > > + if (ret = 0) {\n" + "> > > > + if (ret == 0) {\n" "> > > > + ret = do_unregister_con_driver(&vga_con);\n" "> \n" "> Below the diff of what I mean.\n" @@ -56,9 +56,9 @@ "> -\tret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1);\n" "> +\tif (con_is_bound(&vga_con))\n" "> +\t\tret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1);\n" - "> \tif (ret = 0) {\n" + "> \tif (ret == 0) {\n" "> \t\tret = do_unregister_con_driver(&vga_con);\n" "> \n" > -452262f49f19cc1937b7b2887b319996fc28836a1be279de3767e22ed59e5217 +78b385ef53f472ad3e746f5041093450429b27122bb5f43395eb5b841f04be10
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.