Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139283
b: refs/heads/master
c: ba78289
h: refs/heads/master
i:
  139281: 5d52e1a
  139279: 8280a92
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Apr 1, 2009
1 parent 047cb00 commit 3dc52b1
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: afbb9d8d5266b4121cb503b4e097f8e65286a077
refs/heads/master: ba78289343226773b27dc25e7d1e739d0162b9e8
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap/hwa742.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ static int calc_extif_timings(unsigned long sysclk, int *extif_mem_div)
if (calc_reg_timing(sysclk, div) == 0)
break;
}
if (div > max_clk_div)
if (div >= max_clk_div)
goto err;

*extif_mem_div = div;
Expand All @@ -752,7 +752,7 @@ static int calc_extif_timings(unsigned long sysclk, int *extif_mem_div)
break;
}

if (div > max_clk_div)
if (div >= max_clk_div)
goto err;

return 0;
Expand Down

0 comments on commit 3dc52b1

Please sign in to comment.