Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: mmci: stm32: fix max busy timeout calculation
The way that the timeout is currently calculated could lead to a u64 timeout value. this value is then cast in a u32 register that leads to mmc erase failed issue with some SD cards. Change-Id: Ibe2682ba42e878c30b61471672800f5fc04ce87c Signed-off-by: Christophe Kerello <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/311057 Tested-by: Eric FOURMONT <[email protected]> Reviewed-by: Eric FOURMONT <[email protected]> Domain-Review: Eric FOURMONT <[email protected]>
- Loading branch information