Re: [PATCH 2/2] staging: fix unneeded_variables warnings

2018-08-05 Thread Larry Finger
On 08/05/2018 02:35 PM, Umang Parmar wrote: Directly return value and remove unneeded variables. Signed-off-by: Umang Parmar This patch also has the same problem with the subject. Otherwise it is OK. Larry ___ devel mailing list

[PATCH 2/2] staging: fix unneeded_variables warnings

2018-08-05 Thread Umang Parmar
Directly return value and remove unneeded variables. Signed-off-by: Umang Parmar --- .../staging/rtlwifi/phydm/phydm_hwconfig.c| 23 +-- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/staging/rtlwifi/phydm/phydm_hwconfig.c