Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295409
b: refs/heads/master
c: e2adbec
h: refs/heads/master
i:
  295407: 69b0b52
v: v3
  • Loading branch information
Russell King committed Feb 21, 2012
1 parent f14d13d commit 3a30c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 65c77dcaa4d175194588cc829ccf0f1709f257c5
refs/heads/master: e2adbecfcb08ae68e05d9a076b5d398cee939664
7 changes: 1 addition & 6 deletions trunk/drivers/pcmcia/sa1100_jornada720.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,8 @@ jornada720_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, const socket_s
}

ret = sa1111_pcmcia_configure_socket(skt, state);
if (ret == 0) {
unsigned long flags;

local_irq_save(flags);
if (ret == 0)
sa1111_set_io(s->dev, pa_dwr_mask, pa_dwr_set);
local_irq_restore(flags);
}

return ret;
}
Expand Down

0 comments on commit 3a30c89

Please sign in to comment.