Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143542
b: refs/heads/master
c: 2b2562d
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Ribeiro authored and Eric Miao committed Apr 13, 2009
1 parent 891e9f2 commit 8ea8fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e983d3c38f87d405beb1ebbe2fea11eb01cc4c6
refs/heads/master: 2b2562d38130c769ee59948ba7e1f93d3787ca43
2 changes: 1 addition & 1 deletion trunk/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 8ea8fcb

Please sign in to comment.