Re: [PATCH] qed: remove redundant assignment to rc
From: David Miller <davem@davemloft.net>
Date: 2019-06-03 00:51:23
Also in:
kernel-janitors, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-06-03 00:51:23
Also in:
kernel-janitors, lkml
From: Colin King <redacted> Date: Fri, 31 May 2019 14:27:38 +0100
From: Colin Ian King <redacted>
The variable rc is assigned with a value that is never read and
it is re-assigned a new value later on. The assignment is redundant
and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>Applied to net-next.