Revision 04ba6b7dd8cadeb8ffdc4cba144024c3dad6a6ac authored by David S. Miller on 22 May 2020, 00:14:18 UTC, committed by David S. Miller on 22 May 2020, 00:14:18 UTC
Wei Yongjun says:

====================
net: ethernet: ti: fix some return value check

This patchset convert cpsw_ale_create() to return PTR_ERR() only, and
changed all the caller to check IS_ERR() instead of NULL.

Since v2:
1) rebased on net.git, as Jakub's suggest
2) split am65-cpsw-nuss.c changes, as Grygorii's suggest
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s d28ea1f + 1401cf6
History
File Mode Size
netfilter
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 842 bytes
br.c -rw-r--r-- 8.6 KB
br_arp_nd_proxy.c -rw-r--r-- 11.1 KB
br_device.c -rw-r--r-- 11.6 KB
br_fdb.c -rw-r--r-- 29.6 KB
br_forward.c -rw-r--r-- 7.3 KB
br_if.c -rw-r--r-- 16.9 KB
br_input.c -rw-r--r-- 9.0 KB
br_ioctl.c -rw-r--r-- 8.8 KB
br_mdb.c -rw-r--r-- 19.3 KB
br_multicast.c -rw-r--r-- 59.6 KB
br_netfilter_hooks.c -rw-r--r-- 30.9 KB
br_netfilter_ipv6.c -rw-r--r-- 5.6 KB
br_netlink.c -rw-r--r-- 47.9 KB
br_netlink_tunnel.c -rw-r--r-- 6.8 KB
br_nf_core.c -rw-r--r-- 2.0 KB
br_private.h -rw-r--r-- 39.5 KB
br_private_stp.h -rw-r--r-- 1.7 KB
br_private_tunnel.h -rw-r--r-- 2.3 KB
br_stp.c -rw-r--r-- 15.5 KB
br_stp_bpdu.c -rw-r--r-- 5.6 KB
br_stp_if.c -rw-r--r-- 8.3 KB
br_stp_timer.c -rw-r--r-- 4.2 KB
br_switchdev.c -rw-r--r-- 4.1 KB
br_sysfs_br.c -rw-r--r-- 26.7 KB
br_sysfs_if.c -rw-r--r-- 10.3 KB
br_vlan.c -rw-r--r-- 47.9 KB
br_vlan_options.c -rw-r--r-- 6.7 KB
br_vlan_tunnel.c -rw-r--r-- 4.5 KB

back to top