From: zhong jiang <zhongjiang@huawei.com>
To: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
Cc: <davem@davemloft.net>, <netdev@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] drivers/net/usb/r8152: remove the unneeded variable "ret" in rtl8152_system_suspend
Date: Thu, 9 Aug 2018 11:30:59 +0800 [thread overview]
Message-ID: <5B6BB573.3080707@huawei.com> (raw)
In-Reply-To: <7544eca5-bbca-06eb-462e-fca036fe1beb@embeddedor.com>
On 2018/8/9 10:28, Gustavo A. R. Silva wrote:
> Hi Zhong,
>
> On 8/8/18 8:39 PM, zhong jiang wrote:
>> rtl8152_system_suspend defines the variable "ret", but it is not modified
>> after initialization. So just remove it.
>>
> Thanks for working on this.
>
> I wonder if you are using any tool like Coccinelle to spot these sort
> of issues. If so, it'd be nice to mention that in the changelog.
Yes, I use the returnval.cocci to spot it. I will remember for next time.
Thanks,
zhong jiang
> The above is important for two reasons, one is to give credit to the people
> behind such tools, and the second one is to add support for metrics collection.
>
> Thanks
> --
> Gustavo
>
>
>> Signed-off-by: zhong jiang <zhongjiang@huawei.com>
>> ---
>> drivers/net/usb/r8152.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
>> index 124211a..9774270 100644
>> --- a/drivers/net/usb/r8152.c
>> +++ b/drivers/net/usb/r8152.c
>> @@ -4415,7 +4415,6 @@ static int rtl8152_runtime_suspend(struct r8152 *tp)
>> static int rtl8152_system_suspend(struct r8152 *tp)
>> {
>> struct net_device *netdev = tp->netdev;
>> - int ret = 0;
>>
>> netif_device_detach(netdev);
>>
>> @@ -4430,7 +4429,7 @@ static int rtl8152_system_suspend(struct r8152 *tp)
>> napi_enable(napi);
>> }
>>
>> - return ret;
>> + return 0;
>> }
>>
>> static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
>>
>
next prev parent reply other threads:[~2018-08-09 3:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-09 1:39 [PATCH] drivers/net/usb/r8152: remove the unneeded variable "ret" in rtl8152_system_suspend zhong jiang
2018-08-09 2:28 ` Gustavo A. R. Silva
2018-08-09 3:30 ` zhong jiang [this message]
2018-08-11 18:23 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5B6BB573.3080707@huawei.com \
--to=zhongjiang@huawei.com \
--cc=davem@davemloft.net \
--cc=gustavo@embeddedor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox