Re: [PATCH] staging: net: wimax: i2400m: fw: remove redundant initialization of variable result

From: Joe Perches
Date: Thu Jan 28 2021 - 15:53:36 EST


On Thu, 2021-01-28 at 17:37 +0000, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The variable result is being initialized with a value that is never
> read and it is being updated later with a new value. The initialization
> is redundant and can be removed.

Isn't WIMAX dead? Shouldn't it be marked ORPHAN in MAINTAINERS?
---
diff --git a/MAINTAINERS b/MAINTAINERS
index caac09a3c5c9..922afd393cb6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19201,6 +19201,10 @@ S: Supported
W: https://wireless.wiki.kernel.org/en/users/Drivers/wil6210
F: drivers/net/wireless/ath/wil6210/

+WIMAX
+S: Orphan
+F: drivers/staging/wimax/
+
WINBOND CIR DRIVER
M: David Härdeman <david@xxxxxxxxxxx>
S: Maintained