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

Commit 2b2562d3 authored by Daniel Ribeiro's avatar Daniel Ribeiro Committed by Eric Miao
Browse files

[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c

parent 0e983d3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ static void cs_deassert(struct driver_data *drv_data)
	struct chip_data *chip = drv_data->cur_chip;

	if (chip->cs_control) {
		chip->cs_control(PXA2XX_CS_ASSERT);
		chip->cs_control(PXA2XX_CS_DEASSERT);
		return;
	}