Re: [PATCH] staging: vt6656: remove unneeded variable: ret

2020-03-22 Thread Greg Kroah-Hartman
On Sun, Mar 22, 2020 at 02:23:03AM -0700, John B. Wyatt IV wrote: > Remove unneeded variable ret; replace with 0 for the return value. > > Update function documentation (comment) on the return status as > suggested by Julia Lawall . > > Issue reported by coccinelle (coccicheck). > >

[PATCH] staging: vt6656: remove unneeded variable: ret

2020-03-22 Thread John B. Wyatt IV
Remove unneeded variable ret; replace with 0 for the return value. Update function documentation (comment) on the return status as suggested by Julia Lawall . Issue reported by coccinelle (coccicheck). Signed-off-by: John B. Wyatt IV --- drivers/staging/vt6656/card.c | 6 ++ 1 file