Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parents df91ed6d bc2bfffc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");