Re: [Intel-wired-lan] [PATCH v1] drivers/net/ethernet: check return value of e1e_rphy()

From: Paul Menzel
Date: Tue Aug 23 2022 - 18:24:00 EST


Dear Li,


Thank you for your patch.

Am 23.08.22 um 08:02 schrieb lily:
e1e_rphy() could return error value, which need to be checked.

need*s*


Signed-off-by: Li Zhong <floridsleeves@xxxxxxxxx>

The From header field does not match the Signed-off-by line. Could you configure git with your user name?

$ git config --global user.name "Li Zhong"
$ git commit --amend --author="Li Zhong <floridsleeves@xxxxxxxxx>"

---
drivers/net/ethernet/intel/e1000e/phy.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

[…]


Kind regards,

Paul