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

From: Greg KH
Date: Sat Apr 20 2019 - 17:02:55 EST


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 <madhumithabiw@xxxxxxxxx>
> ---
> drivers/staging/mt7621-mmc/sd.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)

This file is long deleted. Always make sure you work off of the latest
development tree for the subsystem you are wanting to contribute to. Or
on linux-next at the least.

thanks,

greg k-h