Re: [PATCH V2] rtlwifi: rtl8192c: Add init codes for "fw_version" and "fw_subversion".

2015-06-07 Thread Larry Finger
On 06/07/2015 10:18 AM, Taehee Yoo wrote: 2015-06-08 0:05 GMT+09:00 Larry Finger : On 06/07/2015 08:33 AM, Taehee Yoo wrote: The variable "fw_version" is used in the _ResetDigitalProcedure1(). but It is not initialized. so I add init codes for "fw_version" and "fw_subversion". Signed-off-by:

Re: [PATCH V2] rtlwifi: rtl8192c: Add init codes for "fw_version" and "fw_subversion".

2015-06-07 Thread Taehee Yoo
2015-06-08 0:05 GMT+09:00 Larry Finger : > On 06/07/2015 08:33 AM, Taehee Yoo wrote: >> >> The variable "fw_version" is used in the _ResetDigitalProcedure1(). >> but It is not initialized. so I add init codes for "fw_version" and >> "fw_subversion". >> >> Signed-off-by: Taehee Yoo >> --- > > > V2

Re: [PATCH V2] rtlwifi: rtl8192c: Add init codes for "fw_version" and "fw_subversion".

2015-06-07 Thread Larry Finger
On 06/07/2015 08:33 AM, Taehee Yoo wrote: The variable "fw_version" is used in the _ResetDigitalProcedure1(). but It is not initialized. so I add init codes for "fw_version" and "fw_subversion". Signed-off-by: Taehee Yoo --- V2 - Moved new statements into location where header is known to exi

[PATCH V2] rtlwifi: rtl8192c: Add init codes for "fw_version" and "fw_subversion".

2015-06-07 Thread Taehee Yoo
The variable "fw_version" is used in the _ResetDigitalProcedure1(). but It is not initialized. so I add init codes for "fw_version" and "fw_subversion". Signed-off-by: Taehee Yoo --- drivers/net/wireless/rtlwifi/rtl8192c/fw_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -