mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 14:02:10 +00:00
[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c
Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
This commit is contained in:
parent
0e983d3c38
commit
2b2562d381
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user