From: Punit Vara <hidden> Date: 2015-10-22 18:26:35
This patch is to the ath5k/eeprom.c that fixes up warning caught by
coccicheck:
-Unneeded variable: "ret". Return "0" on line 1733
Remove unneccesary variable ret created to return zero.
Also removed empty line suggested by Sergei
Signed-off-by: Punit Vara <redacted>
---
drivers/net/wireless/ath/ath5k/eeprom.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
From: Sergei Shtylyov <hidden> Date: 2015-10-22 18:35:08
Hello.
On 10/22/2015 09:26 PM, Punit Vara wrote:
quoted hunk
This patch is to the ath5k/eeprom.c that fixes up warning caught by
coccicheck:
-Unneeded variable: "ret". Return "0" on line 1733
Remove unneccesary variable ret created to return zero.
Also removed empty line suggested by Sergei
Signed-off-by: Punit Vara <redacted>
---
drivers/net/wireless/ath/ath5k/eeprom.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
From: punit vara <hidden> Date: 2015-10-22 18:53:59
On Fri, Oct 23, 2015 at 12:05 AM, Sergei Shtylyov
[off-list ref] wrote:
Hello.
On 10/22/2015 09:26 PM, Punit Vara wrote:
quoted
This patch is to the ath5k/eeprom.c that fixes up warning caught by
coccicheck:
-Unneeded variable: "ret". Return "0" on line 1733
Remove unneccesary variable ret created to return zero.
Also removed empty line suggested by Sergei
Signed-off-by: Punit Vara <redacted>
---
drivers/net/wireless/ath/ath5k/eeprom.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
No, this one shouldn't have been removed. There should an empty line
between the declarations and the statements.
quoted
+ int i;
offset = AR5K_EEPROM_CTL(ee->ee_version) +
AR5K_EEPROM_N_CTLS(ee->ee_version);
MBR, Sergei
I have resent patch with update but I cant see it in my mailbox I dont
know Why.. Sorry if You are getting mail more time. I am sending final
version v5 as last.Please sorry for inconvenience