Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139887
b: refs/heads/master
c: 91c39dc
h: refs/heads/master
i:
  139885: c80512f
  139883: 0d0cd84
  139879: ebd36b1
  139871: 22bcb87
v: v3
  • Loading branch information
Mike Rapoport authored and Russell King committed Apr 2, 2009
1 parent 18e7f20 commit 35828be
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: 7f96b1caac43b34b325ee4acf61ce57d7214409c
refs/heads/master: 91c39dcb7365ed1ff34ee9b3541304da5c942696
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/pxa2xx_cm_x255.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static void cmx255_pcmcia_socket_state(struct soc_pcmcia_socket *skt,
struct pcmcia_state *state)
{
int cd = skt->nr ? GPIO_PCMCIA_S1_CD_VALID : GPIO_PCMCIA_S0_CD_VALID;
int rdy = skt->nr ? GPIO_PCMCIA_S0_RDYINT : GPIO_PCMCIA_S1_RDYINT;
int rdy = skt->nr ? GPIO_PCMCIA_S1_RDYINT : GPIO_PCMCIA_S0_RDYINT;

state->detect = !gpio_get_value(cd);
state->ready = !!gpio_get_value(rdy);
Expand Down

0 comments on commit 35828be

Please sign in to comment.