2022-07-01 07:21:27

by kunyu

[permalink] [raw]
Subject: [PATCH] net: usb: Remove unnecessary '0' values from hasdata

hasdata does not need to be initialized to zero. It will be assigned a
value in the following judgment conditions.

Signed-off-by: Li kunyu <[email protected]>
---
drivers/net/usb/catc.c | 2 +-
1 file changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/usb/catc.c b/drivers/net/usb/catc.c
index e7fe9c0f63a9..268c32521691 100644
--- a/drivers/net/usb/catc.c
+++ b/drivers/net/usb/catc.c
@@ -280,7 +280,7 @@ static void catc_irq_done(struct urb *urb)
struct catc *catc = urb->context;
u8 *data = urb->transfer_buffer;
int status = urb->status;
- unsigned int hasdata = 0, linksts = LinkNoChange;
+ unsigned int hasdata, linksts = LinkNoChange;
int res;

if (!catc->is_f5u011) {
--
2.18.2


2022-07-03 12:27:20

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH] net: usb: Remove unnecessary '0' values from hasdata

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <[email protected]>:

On Fri, 1 Jul 2022 15:18:02 +0800 you wrote:
> hasdata does not need to be initialized to zero. It will be assigned a
> value in the following judgment conditions.
>
> Signed-off-by: Li kunyu <[email protected]>
> ---
> drivers/net/usb/catc.c | 2 +-
> 1 file changed, 1 insertions(+), 1 deletions(-)

Here is the summary with links:
- net: usb: Remove unnecessary '0' values from hasdata
https://git.kernel.org/netdev/net-next/c/d0bf1fe6454e

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html