Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310975
b: refs/heads/master
c: b679895
h: refs/heads/master
i:
  310973: 9410a42
  310971: b408633
  310967: 18557c8
  310959: 66b4a5f
  310943: 9c4af76
  310911: e423e27
v: v3
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed Jun 13, 2012
1 parent 28277ea commit 5492807
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: ecd57ae28eb34e2b34fac1c5b74bb876efa665c0
refs/heads/master: b67989515defba7412acff01162e5bb1f0f5923a
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ static int s3c_fb_calc_pixclk(struct s3c_fb *sfb, unsigned int pixclk)
result = (unsigned int)tmp / 1000;

dev_dbg(sfb->dev, "pixclk=%u, clk=%lu, div=%d (%lu)\n",
pixclk, clk, result, clk / result);
pixclk, clk, result, result ? clk / result : clk);

return result;
}
Expand Down

0 comments on commit 5492807

Please sign in to comment.