Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f263d9d authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Grant Likely
Browse files

spi/dw_spi Typo change diable to disable.

parent 477ca3ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);