Commit 2570ce2a authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'spi/fix/hspi' into spi-linus

parents df91ed6d bc2bfffc
......@@ -89,7 +89,7 @@ static int hspi_status_check_timeout(struct hspi_priv *hspi, u32 mask, u32 val)
if ((mask & hspi_read(hspi, SPSR)) == val)
return 0;
msleep(20);
udelay(10);
}
dev_err(hspi->dev, "timeout\n");
......
Markdown is supported
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