Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295408
b: refs/heads/master
c: 65c77dc
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 21, 2012
1 parent 69b0b52 commit f14d13d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 1c3d038bd5fb9dc868bb7474caaddc7aea4d562e
refs/heads/master: 65c77dcaa4d175194588cc829ccf0f1709f257c5
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/sa1100_badge4.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ badge4_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, const socket_state
local_irq_restore(flags);
}

return 0;
return ret;
}

static struct pcmcia_low_level badge4_pcmcia_ops = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/sa1100_neponset.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ neponset_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, const socket_sta
sa1111_set_io(s->dev, pa_dwr_mask, pa_dwr_set);
}

return 0;
return ret;
}

static struct pcmcia_low_level neponset_pcmcia_ops = {
Expand Down

0 comments on commit f14d13d

Please sign in to comment.