diff for duplicates of <4D364EFF.6080401@samsung.com> diff --git a/a/1.txt b/N1/1.txt index b3626e1..87f9cc2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ Thanks, Donghwa Lee -On 2011-01-13 ¿ÀÈÄ 1:40 , Donghwa Lee wrote: +On 2011-01-13 ?? 1:40 , Donghwa Lee wrote: > This patch is ld9040 amoled panel driver. > I resend because there was no comment. > @@ -851,7 +851,8 @@ On 2011-01-13 ¿ÀÈÄ 1:40 , Donghwa Lee wrote: > + * it gets gamma table count available so it gets user > + * know that. > + */ -> + lcd->gamma_table_count > + sizeof(gamma_table) / (MAX_GAMMA_LEVEL * sizeof(int)); +> + lcd->gamma_table_count = +> + sizeof(gamma_table) / (MAX_GAMMA_LEVEL * sizeof(int)); > + > + ret = device_create_file(&(spi->dev), &dev_attr_gamma_mode); > + if (ret < 0) @@ -929,7 +930,7 @@ On 2011-01-13 ¿ÀÈÄ 1:40 , Donghwa Lee wrote: > + * (at that time, power is FB_BLANK_UNBLANK) then > + * it changes that status to FB_BLANK_POWERDOWN to get lcd on. > + */ -> + if (beforepower = FB_BLANK_UNBLANK) +> + if (beforepower == FB_BLANK_UNBLANK) > + lcd->power = FB_BLANK_POWERDOWN; > + > + dev_dbg(&spi->dev, "power = %d\n", beforepower); diff --git a/a/content_digest b/N1/content_digest index 51840fb..9a24dbb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01294893628-16998-1-git-send-email-dh09.lee@samsung.com\0" - "From\0Donghwa Lee <dh09.lee@samsung.com>\0" - "Subject\0Re: [PATCH] drivers: ld9040 amoled driver support\0" - "Date\0Wed, 19 Jan 2011 02:39:59 +0000\0" + "From\0dh09.lee@samsung.com (Donghwa Lee)\0" + "Subject\0[PATCH] drivers: ld9040 amoled driver support\0" + "Date\0Wed, 19 Jan 2011 11:39:59 +0900\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -18,7 +18,7 @@ "Donghwa Lee\n" "\n" "\n" - "On 2011-01-13 \302\277\303\200\303\210\303\204 1:40 , Donghwa Lee wrote:\n" + "On 2011-01-13 ?? 1:40 , Donghwa Lee wrote:\n" "> This patch is ld9040 amoled panel driver.\n" "> I resend because there was no comment.\n" ">\n" @@ -858,7 +858,8 @@ "> +\t * it gets gamma table count available so it gets user\n" "> +\t * know that.\n" "> +\t */\n" - "> +\tlcd->gamma_table_count > +\t sizeof(gamma_table) / (MAX_GAMMA_LEVEL * sizeof(int));\n" + "> +\tlcd->gamma_table_count =\n" + "> +\t sizeof(gamma_table) / (MAX_GAMMA_LEVEL * sizeof(int));\n" "> +\n" "> +\tret = device_create_file(&(spi->dev), &dev_attr_gamma_mode);\n" "> +\tif (ret < 0)\n" @@ -936,7 +937,7 @@ "> +\t * (at that time, power is FB_BLANK_UNBLANK) then\n" "> +\t * it changes that status to FB_BLANK_POWERDOWN to get lcd on.\n" "> +\t */\n" - "> +\tif (beforepower = FB_BLANK_UNBLANK)\n" + "> +\tif (beforepower == FB_BLANK_UNBLANK)\n" "> +\t\tlcd->power = FB_BLANK_POWERDOWN;\n" "> +\n" "> +\tdev_dbg(&spi->dev, \"power = %d\\n\", beforepower);\n" @@ -1198,4 +1199,4 @@ "> +#endif\n" > + -e4486ebf9e383a275805e7497f1c3c88f7ad6a353d5723fb1aa93ed28a670b51 +7f893d775b0265cdf44d7d4ad01a9e29f53e4e62bd4fd64625aeffec1bd44386
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.