diff options
-rw-r--r-- | include/linux/of_net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of_net.h b/include/linux/of_net.h index 9cd72aab76fe..0f0346e6829c 100644 --- a/include/linux/of_net.h +++ b/include/linux/of_net.h | |||
@@ -22,7 +22,7 @@ static inline int of_get_phy_mode(struct device_node *np) | |||
22 | 22 | ||
23 | static inline const void *of_get_mac_address(struct device_node *np) | 23 | static inline const void *of_get_mac_address(struct device_node *np) |
24 | { | 24 | { |
25 | return NULL; | 25 | return ERR_PTR(-ENODEV); |
26 | } | 26 | } |
27 | 27 | ||
28 | static inline struct net_device *of_find_net_device_by_node(struct device_node *np) | 28 | static inline struct net_device *of_find_net_device_by_node(struct device_node *np) |