diff for duplicates of <4F0AC2B1.8010601@atmel.com> diff --git a/a/1.txt b/N1/1.txt index b5a22e6..5e9613c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,12 +28,12 @@ I have a question though about this one... > break; > - case 15: > case 16: -> if (sinfo->lcd_wiring_mode = ATMEL_LCDC_WIRING_RGB) { +> if (sinfo->lcd_wiring_mode == ATMEL_LCDC_WIRING_RGB) { > /* RGB:565 mode */ > var->red.offset = 11; > var->blue.offset = 0; > - var->green.length = 6; -> - } else if (sinfo->lcd_wiring_mode = ATMEL_LCDC_WIRING_RGB555) { +> - } else if (sinfo->lcd_wiring_mode == ATMEL_LCDC_WIRING_RGB555) { > - var->red.offset = 10; > - var->blue.offset = 0; > - var->green.length = 5; diff --git a/a/content_digest b/N1/content_digest index 3ebf82b..cd7a611 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01318517570-28459-1-git-send-email-jacmet@sunsite.dk\0" - "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" - "Subject\0Re: [PATCH] atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported\0" - "Date\0Mon, 09 Jan 2012 10:34:25 +0000\0" + "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" + "Subject\0[PATCH] atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes\0" + "Date\0Mon, 09 Jan 2012 11:34:25 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -35,12 +35,12 @@ "> \t\tbreak;\n" "> -\tcase 15:\n" "> \tcase 16:\n" - "> \t\tif (sinfo->lcd_wiring_mode = ATMEL_LCDC_WIRING_RGB) {\n" + "> \t\tif (sinfo->lcd_wiring_mode == ATMEL_LCDC_WIRING_RGB) {\n" "> \t\t\t/* RGB:565 mode */\n" "> \t\t\tvar->red.offset = 11;\n" "> \t\t\tvar->blue.offset = 0;\n" "> -\t\t\tvar->green.length = 6;\n" - "> -\t\t} else if (sinfo->lcd_wiring_mode = ATMEL_LCDC_WIRING_RGB555) {\n" + "> -\t\t} else if (sinfo->lcd_wiring_mode == ATMEL_LCDC_WIRING_RGB555) {\n" "> -\t\t\tvar->red.offset = 10;\n" "> -\t\t\tvar->blue.offset = 0;\n" "> -\t\t\tvar->green.length = 5;\n" @@ -70,4 +70,4 @@ "-- \n" Nicolas Ferre -53434cb3b46adf6fb84619cb3205cc2669e5e53e7d3f3a22bf0cbf80b2df981d +cbd6c2372a2495ccfe0a934d53efee39dc9c0ae87539a8fb9a6e46d702dd009d
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.