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

Li kunyu posted 1 patch 3 years, 10 months ago
drivers/net/usb/catc.c | 2 +-
1 file changed, 1 insertions(+), 1 deletions(-)
[PATCH] net: usb: Remove unnecessary '0' values from hasdata
Posted by Li kunyu 3 years, 10 months ago
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 <kunyu@nfschina.com>
---
 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
Re: [PATCH] net: usb: Remove unnecessary '0' values from hasdata
Posted by patchwork-bot+netdevbpf@kernel.org 3 years, 9 months ago
Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

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 <kunyu@nfschina.com>
> ---
>  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