commit | 7c58f5a36800e702d2cc2034d0356968d1c5e5fd | [log] [tgz] |
---|---|---|
author | Lionel Debieve <lionel.debieve@st.com> | Wed Aug 26 16:17:02 2020 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Thu Sep 24 09:32:23 2020 +0200 |
tree | 7d96c53dedfd887cc386df156264d449814bec17 | |
parent | 5fd6a1926da1eb8aa12ddeffa790fca43a43fae3 [diff] |
nand: raw_nand: fix timeout issue in nand_wait_ready nand_wait_ready is called with a millisecond delay but the timeout used a micro second. Fixing the conversion in the timeout call. The prototype of the function is also changed to use an unsigned int parameter. Change-Id: Ia3281be7980477dfbfdb842308d35ecd8b926fb8 Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Signed-off-by: Yann Gautier <yann.gautier@st.com>