[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <22a8ad8f-93c2-b5fb-b2d7-cc99e65d32ec@huawei.com>
Date: Sat, 25 Jul 2020 09:19:08 +0800
From: "luobin (L)" <luobin9@...wei.com>
To: Edward Cree <ecree@...arflare.com>,
David Miller <davem@...emloft.net>
CC: <linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>,
<luoxianjun@...wei.com>, <yin.yinshi@...wei.com>,
<cloud.wangxiaoyun@...wei.com>, <chiqijun@...wei.com>
Subject: Re: [PATCH net-next v3 1/2] hinic: add support to handle hw abnormal
event
On 2020/7/24 17:57, Edward Cree wrote:
> On 23/07/2020 20:08, David Miller wrote:
>> From: Luo bin <luobin9@...wei.com>
>> Date: Thu, 23 Jul 2020 22:40:37 +0800
>>
>>> +static int hinic_fw_reporter_dump(struct devlink_health_reporter *reporter,
>>> + struct devlink_fmsg *fmsg, void *priv_ctx,
>>> + struct netlink_ext_ack *extack)
>>> +{
>>> + struct hinic_mgmt_watchdog_info *watchdog_info;
>>> + int err;
>>> +
>>> + if (priv_ctx) {
>>> + watchdog_info = priv_ctx;
>>> + err = mgmt_watchdog_report_show(fmsg, watchdog_info);
>>> + if (err)
>>> + return err;
>>> + }
>>> +
>>> + return 0;
>>> +}
>> This 'watchdog_info' variable is completely unnecessary, just pass
>> 'priv_ctx' as-is into mgmt_watchdog_report_show().
> Looks like the 'err' variable is unnecessary too...
>
> -ed
> .
>
Will fix. Thanks for your review.
Powered by blists - more mailing lists