On Wed, Jul 27, 2016 at 01:13:22PM +0900, Simon Horman wrote: > Add tuning support for use with SDR104 mode > This includes adding support for the sampling clock controller (SCC). > > Based on work by Ai Kyuse. > > Cc: Ai Kyuse <ai.kyuse.uw@xxxxxxxxxxx> > Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> ... > +static void sh_mobile_sdhi_hw_reset(struct tmio_mmc_host *host) > +{ > + struct sh_mobile_sdhi *priv; > + > + if (host->mmc->caps & MMC_CAP_UHS_SDR104) > + return 0; The above line should be: return;