diff options
| -rw-r--r-- | drivers/spi/spi-sh-hspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-sh-hspi.c b/drivers/spi/spi-sh-hspi.c index 292567ab4c6c..2677709251ac 100644 --- a/drivers/spi/spi-sh-hspi.c +++ b/drivers/spi/spi-sh-hspi.c | |||
| @@ -197,7 +197,7 @@ static int hspi_transfer_one_message(struct spi_master *master, | |||
| 197 | 197 | ||
| 198 | hspi_write(hspi, SPTBR, tx); | 198 | hspi_write(hspi, SPTBR, tx); |
| 199 | 199 | ||
| 200 | /* wait recive */ | 200 | /* wait receive */ |
| 201 | ret = hspi_status_check_timeout(hspi, 0x4, 0x4); | 201 | ret = hspi_status_check_timeout(hspi, 0x4, 0x4); |
| 202 | if (ret < 0) | 202 | if (ret < 0) |
| 203 | break; | 203 | break; |
