commit | fc6b5d82607f2c351455a8048a3dbc6169987c13 | [log] [tgz] |
---|---|---|
author | Sergei Antonov <saproj@gmail.com> | Fri Sep 02 10:40:10 2022 +0300 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon Oct 24 18:01:07 2022 +0900 |
tree | 29c85d142b333b9fe7abdf2cb9e94af78cf2d9eb | |
parent | 7723828c97bc107d2fba976fc50403ac8747f1bc [diff] |
mmc: ftsdc010: make command timeout 250 ms as in the comment Get rid of discrepancy beween comment /* 250 ms */ and code which shifts by 4 thus dividing by 16. So change code to shift by 2 and make the timeout value 250 ms. Signed-off-by: Sergei Antonov <saproj@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>