diff for duplicates of <20140710074001.GP2635@lee--X1> diff --git a/a/1.txt b/N1/1.txt index de58fe0..930c757 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -92,7 +92,7 @@ On Thu, 10 Jul 2014, Jingoo Han wrote: > > > > > > jornada_ssp_start(); > > > -> > > if (jornada_ssp_byte(GETCONTRAST) = TXDUMMY) { +> > > if (jornada_ssp_byte(GETCONTRAST) == TXDUMMY) { > > > ret = jornada_ssp_byte(TXDUMMY); > > > goto success; > > > } @@ -112,9 +112,9 @@ On Thu, 10 Jul 2014, Jingoo Han wrote: > > > jornada_ssp_start(); > > > > > > /* start by sending our set contrast cmd to mcu */ -> > > if (jornada_ssp_byte(SETCONTRAST) = TXDUMMY) { +> > > if (jornada_ssp_byte(SETCONTRAST) == TXDUMMY) { > > > /* if successful, push the new value */ -> > > if (jornada_ssp_byte(value) = TXDUMMY) +> > > if (jornada_ssp_byte(value) == TXDUMMY) > > > goto success; > > > } > > > @@ -156,5 +156,5 @@ Suggested-by and Reviewed-by. Is anyone able to test this patch? -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog diff --git a/a/content_digest b/N1/content_digest index d7d3610..33f1034 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0003001cf9be6$b45cfcd0$1d16f670$%han@samsung.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCH] video: backlight: jornada720_lcd.c: Cleaning up variable that is never used\0" - "Date\0Thu, 10 Jul 2014 07:40:01 +0000\0" + "Date\0Thu, 10 Jul 2014 08:40:01 +0100\0" "To\0Jingoo Han <jg1.han@samsung.com>\0" "Cc\0'Rickard Strandqvist' <rickard_strandqvist@spectrumdigital.se>" 'Bryan Wu' <cooloney@gmail.com> @@ -108,7 +108,7 @@ "> > >\n" "> > > jornada_ssp_start();\n" "> > >\n" - "> > > if (jornada_ssp_byte(GETCONTRAST) = TXDUMMY) {\n" + "> > > if (jornada_ssp_byte(GETCONTRAST) == TXDUMMY) {\n" "> > > ret = jornada_ssp_byte(TXDUMMY);\n" "> > > goto success;\n" "> > > }\n" @@ -128,9 +128,9 @@ "> > > jornada_ssp_start();\n" "> > >\n" "> > > /* start by sending our set contrast cmd to mcu */\n" - "> > > if (jornada_ssp_byte(SETCONTRAST) = TXDUMMY) {\n" + "> > > if (jornada_ssp_byte(SETCONTRAST) == TXDUMMY) {\n" "> > > /* if successful, push the new value */\n" - "> > > if (jornada_ssp_byte(value) = TXDUMMY)\n" + "> > > if (jornada_ssp_byte(value) == TXDUMMY)\n" "> > > goto success;\n" "> > > }\n" "> > >\n" @@ -172,7 +172,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \303\242\342\200\235\342\200\232 Open source software for ARM SoCs\n" + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" Follow Linaro: Facebook | Twitter | Blog -dcd03e860bfed35ff817bdf745253f4dc087a030f19c8925e465b66ac99b42dc +5761df399ca676ad068c9ff31060bf645d261b976bab8f17a143c2fbecb06ee6
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.