
17 Jan
2018
17 Jan
'18
9:37 a.m.
Hi Jaehoon,
2018-01-17 17:34 GMT+09:00 Jaehoon Chung jh80.chung@samsung.com:
/*
* This handler only implements the eMMC tuning that is specific to
* this controller. The tuning for SD timing should be handled by the
* SDHCI core.
*/
if (!IS_MMC(mmc))
return -ENOSYS;
If you're ok, i want to change the return value to ENOTSUPP or other from ENOSYS. How about?
OK, please do so.
Thanks!
--
Best Regards
Masahiro Yamada