Re: [PATCH 0/2 v3] net: ethernet: ti: fix some return value check

2020-05-21 Thread David Miller
From: Wei Yongjun Date: Wed, 20 May 2020 11:41:14 +0800 > 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

[PATCH 0/2 v3] net: ethernet: ti: fix some return value check

2020-05-19 Thread Wei Yongjun
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 Wei Yongjun (2): net: ethernet: ti: fix some return value