diff for duplicates of <20151013084341.GB32409@x1> diff --git a/a/1.txt b/N1/1.txt index a4cd638..98c057f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -226,7 +226,7 @@ On Wed, 30 Sep 2015, Tomi Valkeinen wrote: > + if (IS_ERR(priv->power_supply)) { > + ret = PTR_ERR(priv->power_supply); > + -> + if (ret = -ENODEV) { +> + if (ret == -ENODEV) { > + priv->power_supply = NULL; > + } else { > + ret = PTR_ERR(priv->power_supply); @@ -296,5 +296,5 @@ On Wed, 30 Sep 2015, Tomi Valkeinen wrote: -- 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 ec9c948..f624d16 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01443605522-1118-3-git-send-email-tomi.valkeinen@ti.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCHv4 2/3] backlight: add led-backlight driver\0" - "Date\0Tue, 13 Oct 2015 08:43:41 +0000\0" + "Date\0Tue, 13 Oct 2015 09:43:41 +0100\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0Jacek Anaszewski <j.anaszewski@samsung.com>" Jingoo Han <jingoohan1@gmail.com> @@ -239,7 +239,7 @@ "> +\tif (IS_ERR(priv->power_supply)) {\n" "> +\t\tret = PTR_ERR(priv->power_supply);\n" "> +\n" - "> +\t\tif (ret = -ENODEV) {\n" + "> +\t\tif (ret == -ENODEV) {\n" "> +\t\t\tpriv->power_supply = NULL;\n" "> +\t\t} else {\n" "> +\t\t\tret = PTR_ERR(priv->power_supply);\n" @@ -309,7 +309,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 -de501ce7cddb29daef7f897aece17bc6e0b2816e32346b146e0b298d74b10b70 +fc67b937f767574751ca116b9075e0d74d06dc203eba6b897b9eb2b2ff7d090d
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.