From: Colin King <hidden> Date: 2021-06-13 14:07:04
From: Colin Ian King <redacted>
The variable status is being initialized with a value that is never
read, the assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
---
net/sunrpc/auth_gss/svcauth_gss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: J . Bruce Fields <hidden> Date: 2021-06-14 14:57:09
Thanks, applied.--b.
On Sun, Jun 13, 2021 at 03:06:52PM +0100, Colin King wrote:
quoted hunk
From: Colin Ian King <redacted>
The variable status is being initialized with a value that is never
read, the assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
---
net/sunrpc/auth_gss/svcauth_gss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)