mediatek: sync patches and add more ethernet stability fixes
[openwrt/staging/yousong.git] / target / linux / mediatek / patches-4.4 / 0065-net-mediatek-checking-for-IS_ERR-instead-of-NULL.patch
index 1004b7c03f2061ed289147c32ab45dd445eab7a3..124818ae4d03661a40bfdf2c70eb8187a029f9d1 100644 (file)
@@ -1,7 +1,7 @@
-From 56b33ebf188a59d8307c3b748eccf8cda1062981 Mon Sep 17 00:00:00 2001
+From 0b88e5873b97ab20566b51134123fda7050d4d08 Mon Sep 17 00:00:00 2001
 From: Dan Carpenter <dan.carpenter@oracle.com>
 Date: Tue, 15 Mar 2016 10:18:49 +0300
-Subject: [PATCH 65/90] net: mediatek: checking for IS_ERR() instead of NULL
+Subject: [PATCH 65/91] net: mediatek: checking for IS_ERR() instead of NULL
 
 of_phy_connect() returns NULL on error, it never returns error pointers.