We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477ca3a commit 2f263d9Copy full SHA for 2f263d9
drivers/spi/dw_spi.c
@@ -594,7 +594,7 @@ static void pump_transfers(unsigned long data)
594
spi_set_clk(dws, clk_div ? clk_div : chip->clk_div);
595
spi_chip_sel(dws, spi->chip_select);
596
597
- /* Set the interrupt mask, for poll mode just diable all int */
+ /* Set the interrupt mask, for poll mode just disable all int */
598
spi_mask_intr(dws, 0xff);
599
if (imask)
600
spi_umask_intr(dws, imask);
0 commit comments