]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: ftsdc010: make command timeout 250 ms as in the comment
authorSergei Antonov <saproj@gmail.com>
Fri, 2 Sep 2022 07:40:10 +0000 (10:40 +0300)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Oct 2022 09:01:07 +0000 (18:01 +0900)
commit5ec5c355789e30e94d4c072a4a3898951a919c0f
tree29c85d142b333b9fe7abdf2cb9e94af78cf2d9eb
parent5483743a5aad42f8df13b010d45a0cb3697cbfe7
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>
drivers/mmc/ftsdc010_mci.c