dect
/
linux-2.6
Archived
13
0
Fork 0

spi/dw_spi Typo change diable to disable.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
Justin P. Mattock 2010-12-30 15:07:51 -08:00 committed by Grant Likely
parent 477ca3ad6a
commit 2f263d9d4f
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ static void pump_transfers(unsigned long data)
spi_set_clk(dws, clk_div ? clk_div : chip->clk_div);
spi_chip_sel(dws, spi->chip_select);
/* Set the interrupt mask, for poll mode just diable all int */
/* Set the interrupt mask, for poll mode just disable all int */
spi_mask_intr(dws, 0xff);
if (imask)
spi_umask_intr(dws, imask);