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:
George Shore 2010-01-21 11:40:50 +00:00 committed by Grant Likely
parent 20a588fcc8
commit 426c0093d8
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ static void wait_till_not_busy(struct dw_spi *dws)
return;
}
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)