summaryrefslogtreecommitdiff
path: root/target/linux/sunxi/patches-3.13/126-regulator-dont-print-error-when-no-regulator-found.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-02-13 13:27:14 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-02-13 13:27:14 +0000
commitaf63cdf87ad76177fb7180e5fb57ec6f949fbb98 (patch)
tree3f3c2ff5babca3eacef366a9b794b0ea7e5f945e /target/linux/sunxi/patches-3.13/126-regulator-dont-print-error-when-no-regulator-found.patch
parent83d9cec4911b6639c1c2f22cfb943df3e1252a1e (diff)
downloadmtk-20170518-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.zip
mtk-20170518-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.tar.gz
mtk-20170518-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.tar.bz2
upgrade 3.13 targets to 3.13.2, refresh patches
Signed-off-by: Imre Kaloz <kaloz@openwrt.org SVN-Revision: 39582
Diffstat (limited to 'target/linux/sunxi/patches-3.13/126-regulator-dont-print-error-when-no-regulator-found.patch')
-rw-r--r--target/linux/sunxi/patches-3.13/126-regulator-dont-print-error-when-no-regulator-found.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/sunxi/patches-3.13/126-regulator-dont-print-error-when-no-regulator-found.patch b/target/linux/sunxi/patches-3.13/126-regulator-dont-print-error-when-no-regulator-found.patch
index b7952b8..0ec3bb5 100644
--- a/target/linux/sunxi/patches-3.13/126-regulator-dont-print-error-when-no-regulator-found.patch
+++ b/target/linux/sunxi/patches-3.13/126-regulator-dont-print-error-when-no-regulator-found.patch
@@ -15,11 +15,9 @@ Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/regulator/core.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
-index d85f313..9888f26 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
-@@ -1351,7 +1351,8 @@ static struct regulator *_regulator_get(struct device *dev, const char *id,
+@@ -1351,7 +1351,8 @@ static struct regulator *_regulator_get(
rdev = dummy_regulator_rdev;
goto found;
@@ -29,6 +27,3 @@ index d85f313..9888f26 100644
dev_err(dev, "dummy supplies not allowed\n");
}
---
-1.8.5.1
-