aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-4.4/0069-net-mediatek-check-device_reset-return-code.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-27 08:58:15 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-27 08:58:15 +0000
commit1e22c9b9eb691878156dfe32fb1e117737f1d248 (patch)
tree991c1cb524c938fc25c474321d1b726017c04ca6 /target/linux/mediatek/patches-4.4/0069-net-mediatek-check-device_reset-return-code.patch
parentcafe040bdd2e8d3b91d1aa1d45718b325453c84f (diff)
downloadmaster-187ad058-1e22c9b9eb691878156dfe32fb1e117737f1d248.tar.gz
master-187ad058-1e22c9b9eb691878156dfe32fb1e117737f1d248.tar.bz2
master-187ad058-1e22c9b9eb691878156dfe32fb1e117737f1d248.zip
mediatek: sync and patches add support for several boards
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49263 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mediatek/patches-4.4/0069-net-mediatek-check-device_reset-return-code.patch')
-rw-r--r--target/linux/mediatek/patches-4.4/0069-net-mediatek-check-device_reset-return-code.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.4/0069-net-mediatek-check-device_reset-return-code.patch b/target/linux/mediatek/patches-4.4/0069-net-mediatek-check-device_reset-return-code.patch
index edd1373506..30b8c308ea 100644
--- a/target/linux/mediatek/patches-4.4/0069-net-mediatek-check-device_reset-return-code.patch
+++ b/target/linux/mediatek/patches-4.4/0069-net-mediatek-check-device_reset-return-code.patch
@@ -1,7 +1,7 @@
From 592d94e0e580341fdcce975a97bebb90e71b38fc Mon Sep 17 00:00:00 2001
From: Arnd Bergmann <arnd@arndb.de>
Date: Mon, 14 Mar 2016 15:07:12 +0100
-Subject: [PATCH 69/91] net: mediatek: check device_reset return code
+Subject: [PATCH 69/90] net: mediatek: check device_reset return code
The device_reset() function may fail, so we have to check
its return value, e.g. to make deferred probing work correctly.