diff for duplicates of <20161026121258.GQ8574@dell> diff --git a/a/1.txt b/N1/1.txt index a31b61d..8f07ef1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -47,8 +47,8 @@ Is that intentional? > + * the backlight > + */ > + if (pb->enable_gpio) { -> + if (gpiod_get_direction(pb->enable_gpio) = GPIOF_DIR_OUT && -> + gpiod_get_value(pb->enable_gpio) = 0) +> + if (gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT && +> + gpiod_get_value(pb->enable_gpio) == 0) > + return FB_BLANK_POWERDOWN; > + > + gpiod_direction_output(pb->enable_gpio, 1); @@ -84,8 +84,8 @@ Is that intentional? > - * appropriate time. Therefore, if it is disabled, keep it so. > - */ > - if (node && node->phandle && -> - gpiod_get_direction(pb->enable_gpio) = GPIOF_DIR_OUT && -> - gpiod_get_value(pb->enable_gpio) = 0) +> - gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT && +> - gpiod_get_value(pb->enable_gpio) == 0) > - initial_blank = FB_BLANK_POWERDOWN; > - else > - gpiod_direction_output(pb->enable_gpio, 1); @@ -116,5 +116,5 @@ Is that intentional? -- 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 e1d0954..5737d7a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020160930070259.5710-2-peter.ujfalusi@ti.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCH 1/2] backlight: pwm_bl: Move the checks for initial power state to a separate function\0" - "Date\0Wed, 26 Oct 2016 12:12:58 +0000\0" + "Date\0Wed, 26 Oct 2016 13:12:58 +0100\0" "To\0Peter Ujfalusi <peter.ujfalusi@ti.com>\0" "Cc\0thierry.reding@gmail.com" jingoohan1@gmail.com @@ -62,8 +62,8 @@ "> +\t * the backlight\n" "> +\t */\n" "> +\tif (pb->enable_gpio) {\n" - "> +\t\tif (gpiod_get_direction(pb->enable_gpio) = GPIOF_DIR_OUT &&\n" - "> +\t\t gpiod_get_value(pb->enable_gpio) = 0)\n" + "> +\t\tif (gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT &&\n" + "> +\t\t gpiod_get_value(pb->enable_gpio) == 0)\n" "> +\t\t\treturn FB_BLANK_POWERDOWN;\n" "> +\n" "> +\t\tgpiod_direction_output(pb->enable_gpio, 1);\n" @@ -99,8 +99,8 @@ "> -\t\t * appropriate time. Therefore, if it is disabled, keep it so.\n" "> -\t\t */\n" "> -\t\tif (node && node->phandle &&\n" - "> -\t\t gpiod_get_direction(pb->enable_gpio) = GPIOF_DIR_OUT &&\n" - "> -\t\t gpiod_get_value(pb->enable_gpio) = 0)\n" + "> -\t\t gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT &&\n" + "> -\t\t gpiod_get_value(pb->enable_gpio) == 0)\n" "> -\t\t\tinitial_blank = FB_BLANK_POWERDOWN;\n" "> -\t\telse\n" "> -\t\t\tgpiod_direction_output(pb->enable_gpio, 1);\n" @@ -131,7 +131,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 -40f8fa8594796fc50e857039abc25ca15338da3cd6e824c1c48bb2f0b3fbbb5e +941ebd7560cfa299d649bb55d56c5e10fe611b0a11266083c461297193692ed4
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.