Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153710
b: refs/heads/master
c: 3cb05c9
h: refs/heads/master
v: v3
  • Loading branch information
Mike Rapoport authored and Eric Miao committed Jun 16, 2009
1 parent ceeba00 commit 2d4f7c3
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: eb73e6221c5013b32647bcf44bcc570232ba2804
refs/heads/master: 3cb05c97ad38aab0858fc176fd1577ac4a947bad
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/em-x270.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ static struct pxa2xx_spi_chip em_x270_libertas_chip = {
.rx_threshold = 1,
.tx_threshold = 1,
.timeout = 1000,
.gpio_cs = 14,
};

static unsigned long em_x270_libertas_pin_config[] = {
Expand Down Expand Up @@ -803,7 +804,6 @@ static int em_x270_libertas_teardown(struct spi_device *spi)

struct libertas_spi_platform_data em_x270_libertas_pdata = {
.use_dummy_writes = 1,
.gpio_cs = 14,
.setup = em_x270_libertas_setup,
.teardown = em_x270_libertas_teardown,
};
Expand Down

0 comments on commit 2d4f7c3

Please sign in to comment.