Re: [PATCH] mmc: sdhci: Remove unused ret variables

2014-06-16 Thread Ulf Hansson
On 4 June 2014 15:24, Markus Pargmann wrote: > Remove those unused ret variables to make it obvious that these function > will not return any errors in the current implementation. > > Signed-off-by: Markus Pargmann Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/sdhci.c |

[PATCH] mmc: sdhci: Remove unused ret variables

2014-06-04 Thread Markus Pargmann
Remove those unused ret variables to make it obvious that these function will not return any errors in the current implementation. Signed-off-by: Markus Pargmann --- drivers/mmc/host/sdhci.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/sdhci.c b/dri