commit | 9ab1428dfe2c66b51e0b41337cd0164da0ab6080 | [log] [tgz] |
---|---|---|
author | Joachim Fenkes <FENKES@de.ibm.com> | Fri Jul 24 16:45:18 2020 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Fri Jun 04 16:06:57 2021 +0930 |
tree | 13adf9f52366febba185ae56dbdc40ab210d09a8 | |
parent | 95152433e46fdb36652ebdbea442356a16ae1fa6 [diff] |
fsi/sbefifo: Fix reset timeout On BMCs with lower timer resolution than 1ms, msleep(1) will take way longer than 1ms, so looping 10k times won't wait for 10s but significantly longer. Fix this by using jiffies like the rest of the code. Fixes: 9f4a8a2d7f9d ("fsi/sbefifo: Add driver for the SBE FIFO") Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com> Link: https://lore.kernel.org/r/20200724071518.430515-3-joel@jms.id.au Signed-off-by: Joel Stanley <joel@jms.id.au>