Re: [PATCH] Staging: mt7621-mmc: Cleanup in msdc_app_cmd()

2019-04-20 Thread Greg KH
On Fri, Apr 19, 2019 at 04:11:30PM -0500, Madhumitha Prabakaran wrote: > Remove unwanted variable and replace the respective return type. > > Issue suggested by Coccinelle. > > Signed-off-by: Madhumitha Prabakaran > --- > drivers/staging/mt7621-mmc/sd.c | 4 +--- > 1 file changed, 1

[PATCH] Staging: mt7621-mmc: Cleanup in msdc_app_cmd()

2019-04-19 Thread Madhumitha Prabakaran
Remove unwanted variable and replace the respective return type. Issue suggested by Coccinelle. Signed-off-by: Madhumitha Prabakaran --- drivers/staging/mt7621-mmc/sd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/mt7621-mmc/sd.c