Skip to content

Commit

Permalink
[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
  • Loading branch information
Daniel Ribeiro authored and Eric Miao committed Apr 13, 2009
1 parent 0e983d3 commit 2b2562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/pxa2xx_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2b2562d

Please sign in to comment.