Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69565
b: refs/heads/master
c: 24d6572
h: refs/heads/master
i:
  69563: 006e1c8
v: v3
  • Loading branch information
Milan Plzik authored and Linus Torvalds committed Oct 16, 2007
1 parent ced6f2e commit 5306940
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: 42c5323cdd6a30df9ff681dd0adefbe4037c7fd9
refs/heads/master: 24d6572b4f7eae3d015e0e5027df761b3ce4ebcd
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/pxa2xx_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static inline u_int pxa2xx_mcxx_asst(u_int pcmcia_cycle_ns,
u_int mem_clk_10khz)
{
u_int code = pcmcia_cycle_ns * mem_clk_10khz;
return (code / 300000) + ((code % 300000) ? 1 : 0) - 1;
return (code / 300000) + ((code % 300000) ? 1 : 0) + 1;
}

static inline u_int pxa2xx_mcxx_setup(u_int pcmcia_cycle_ns,
Expand Down

0 comments on commit 5306940

Please sign in to comment.