diff for duplicates of <4F2626AB.2040300@gmx.de> diff --git a/a/1.txt b/N1/1.txt index 037602b..e19d02f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,12 +26,12 @@ Florian Tobias Schandinat > 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 ccf0226..b8681ab 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "ref\01318517570-28459-1-git-send-email-jacmet@sunsite.dk\0" - "From\0Florian Tobias Schandinat <FlorianSchandinat@gmx.de>\0" - "Subject\0Re: [PATCH] atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes\0" + "From\0FlorianSchandinat@gmx.de (Florian Tobias Schandinat)\0" + "Subject\0[PATCH] atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes\0" "Date\0Mon, 30 Jan 2012 05:12:11 +0000\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" @@ -33,12 +33,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" @@ -56,4 +56,4 @@ "> \t\tbreak;\n" "> \tcase 32:" -430a6d49485e72127bb451ad588d5ca2037584bbace90e07b50c38c6e17aa6e3 +0c27709eaefb64cb2faa0ef9ea7df5ab39e2f2b86b7605ad008c0be64079ffa5
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.