Re: [PATCH v2] drivers/net/ethernet/intel/e100: check the return value of e100_exec_cmd()

From: Jakub Kicinski
Date: Tue Sep 20 2022 - 14:36:32 EST


On Fri, 16 Sep 2022 17:10:27 -0700 Li Zhong wrote:
> Check the return value of e100_exec_cmd() which could return error code
> when execution fails.

You need to provide more detailed analysis in the commit message.
Right now it looks like you're just blindly finding cases where
return value is not checked and adding error checks. This is as
likely to fix something as it is to break.