mediatek: update patches
[openwrt.git] / target / linux / mediatek / patches-4.4 / 0064-net-mediatek-check-device_reset-return-code.patch
index 06aab2b..e06ed2b 100644 (file)
@@ -1,7 +1,7 @@
 From e1e7d841480b3a0febdb999fd1c6c4213ee18ea7 Mon Sep 17 00:00:00 2001
 From: Arnd Bergmann <arnd@arndb.de>
 Date: Mon, 14 Mar 2016 15:07:12 +0100
-Subject: [PATCH 64/78] net: mediatek: check device_reset return code
+Subject: [PATCH 64/81] 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.