aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-22 12:50:59 +0000
committerJonas Gorski <jogo@openwrt.org>2015-07-22 12:50:59 +0000
commitab627fae25f22db91af258e212d6b299c381cbb5 (patch)
tree02c615fe84ac2c94c116d967f5e0d3e48422170e /target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
parentb34c71f4663b9878136ec36a9ad50dc0268696cb (diff)
downloadmaster-187ad058-ab627fae25f22db91af258e212d6b299c381cbb5.tar.gz
master-187ad058-ab627fae25f22db91af258e212d6b299c381cbb5.tar.bz2
master-187ad058-ab627fae25f22db91af258e212d6b299c381cbb5.zip
kernel: update 3.18 to 3.18.19
Changelog: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.19 Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch')
-rw-r--r--target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch b/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
index c628f1df89..b5dbb74d79 100644
--- a/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
+++ b/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
@@ -10,7 +10,7 @@
#endif /* __ATH79_COMMON_H */
--- a/arch/mips/ath79/gpio.c
+++ b/arch/mips/ath79/gpio.c
-@@ -130,6 +130,30 @@ static int ar934x_gpio_direction_output(
+@@ -142,6 +142,30 @@ static int ar934x_gpio_direction_output(
return 0;
}