Commit 9ab1428d authored by Joachim Fenkes's avatar Joachim Fenkes Committed by Joel Stanley
Browse files

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: 9f4a8a2d

 ("fsi/sbefifo: Add driver for the SBE FIFO")
Signed-off-by: default avatarJoachim Fenkes <fenkes@de.ibm.com>
Link: https://lore.kernel.org/r/20200724071518.430515-3-joel@jms.id.au


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 95152433
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment