spi/dw_spi: fixed a spelling typo in a warning message.
Signed-off-by: George Shore <george@georgeshore.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
committed by
Grant Likely
parent
20a588fcc8
commit
426c0093d8
@@ -169,7 +169,7 @@ static void wait_till_not_busy(struct dw_spi *dws)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
dev_err(&dws->master->dev,
|
dev_err(&dws->master->dev,
|
||||||
"DW SPI: Stutus keeps busy for 1000us after a read/write!\n");
|
"DW SPI: Status keeps busy for 1000us after a read/write!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void flush(struct dw_spi *dws)
|
static void flush(struct dw_spi *dws)
|
||||||
|
Reference in New Issue
Block a user