Re: [PATCH V2] wireless: rtlwifi: Replace variable with a brake

2013-09-22 Thread Peter Senna Tschudin
On Sun, Sep 22, 2013 at 9:56 PM, Sergei Shtylyov wrote: > Hello. > > On 09/22/2013 11:50 PM, Peter Senna Tschudin wrote: > >You have a typo in the subject -- "brake" is a device to stop a vehicle. > :-) Thanks, there was other similar typo after --- > > >> This patch removes the variable cont

Re: [PATCH V2] wireless: rtlwifi: Replace variable with a brake

2013-09-22 Thread Sergei Shtylyov
Hello. On 09/22/2013 11:50 PM, Peter Senna Tschudin wrote: You have a typo in the subject -- "brake" is a device to stop a vehicle. :-) This patch removes the variable continual, and change the while loop to break when efuse_data == 0xFF. Tested by compilation only. CC: Joe Perches S

[PATCH V2] wireless: rtlwifi: Replace variable with a brake

2013-09-22 Thread Peter Senna Tschudin
This patch removes the variable continual, and change the while loop to break when efuse_data == 0xFF. Tested by compilation only. CC: Joe Perches Signed-off-by: Peter Senna Tschudin --- Changes from V1: - Fix the indetation - Remove remaining } from removed else Please ignore the patch: [PA