On Tue, Mar 14, 2017 at 09:20:14PM +1100, Tobin C. Harding wrote:
> Code uses identifier names ret, and rc for function return
> values. It would be more readable if the whole driver used a single
> identifier for this task. Lets use 'rc' since it is the shortest.
>
> Change ret -> rc
Again, retv
Code uses identifier names ret, and rc for function return
values. It would be more readable if the whole driver used a single
identifier for this task. Lets use 'rc' since it is the shortest.
Change ret -> rc
Signed-off-by: Tobin C. Harding
---
drivers/staging/ks7010/ks7010_sdio.c | 48 +++