Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254872
b: refs/heads/master
c: 512b793
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Cameron authored and Eric Miao committed Jul 11, 2011
1 parent 3c36cba commit 8c51fac
Show file tree
Hide file tree
Showing 2 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: 9c0de4947a44166b16f189aa56f34791e9d7f552
refs/heads/master: 512b7938fefd03d512463aa597a1216cf088dfe3
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/pxa2xx_vpac270.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ static int vpac270_pcmcia_hw_init(struct soc_pcmcia_socket *skt)
static void vpac270_pcmcia_hw_shutdown(struct soc_pcmcia_socket *skt)
{
if (skt->nr == 0)
gpio_request_array(vpac270_pcmcia_gpios,
gpio_free_array(vpac270_pcmcia_gpios,
ARRAY_SIZE(vpac270_pcmcia_gpios));
else
gpio_request_array(vpac270_cf_gpios,
gpio_free_array(vpac270_cf_gpios,
ARRAY_SIZE(vpac270_cf_gpios));
}

Expand Down

0 comments on commit 8c51fac

Please sign in to comment.