diff for duplicates of <20100913152127.c2328034.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index 3412a60..f98b8c8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -46,7 +46,7 @@ Jarek Poplawski <jarkao2@gmail.com> wrote: > mapped = 0; > info = registered_fb[i]; > @@ -3516,7 +3516,8 @@ static void fbcon_exit(void) -> if (info = NULL) +> if (info == NULL) > continue; > > - pending = cancel_work_sync(&info->queue); diff --git a/a/content_digest b/N1/content_digest index e72b839..4d54c3f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020100913215850.GA2176@del.dom.local\0" "From\0Andrew Morton <akpm@linux-foundation.org>\0" "Subject\0Re: [PATCH] fbcon: fix lockdep warning from fbcon_deinit()\0" - "Date\0Mon, 13 Sep 2010 22:21:27 +0000\0" + "Date\0Mon, 13 Sep 2010 15:21:27 -0700\0" "To\0Jarek Poplawski <jarkao2@gmail.com>\0" "Cc\0linux-fbdev@vger.kernel.org" " linux-kernel@vger.kernel.org\0" @@ -55,7 +55,7 @@ "> \t\tmapped = 0;\n" "> \t\tinfo = registered_fb[i];\n" "> @@ -3516,7 +3516,8 @@ static void fbcon_exit(void)\n" - "> \t\tif (info = NULL)\n" + "> \t\tif (info == NULL)\n" "> \t\t\tcontinue;\n" "> \n" "> -\t\tpending = cancel_work_sync(&info->queue);\n" @@ -70,4 +70,4 @@ "But all that code looks really hacky, fiddling around inside workqueue\n" internals as a driver-private state variable. Needs a rewrite, I suspect. -76f9ec9f4825e2e71357bc321ccbde8dc849be3df994ec86b192168928be4a9c +f2e0400d78a560e55c42896cebc7c2259db4c23d6242fa5f9bc950deef8939ef
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.