Re: [PATCH] staging: rts5208: use temporary variable for readability

2015-05-17 Thread Gujulan Elango, Hari Prasath (H.)
On Fri, May 15, 2015 at 04:09:42PM +0300, Dan Carpenter wrote: > On Fri, May 15, 2015 at 12:09:42PM +, Gujulan Elango, Hari Prasath (H.) > wrote: > > Use a temporary value to hold the SD lock status thereby making the code > > readable.This also fixes a coding style violation with the braces a

Re: [PATCH] staging: rts5208: use temporary variable for readability

2015-05-15 Thread Dan Carpenter
On Fri, May 15, 2015 at 12:09:42PM +, Gujulan Elango, Hari Prasath (H.) wrote: > Use a temporary value to hold the SD lock status thereby making the code > readable.This also fixes a coding style violation with the braces around > the if block. > This isn't more readable than the original co