Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96842
b: refs/heads/master
c: 78d3cfd
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 17, 2008
1 parent 8ce47ea commit aa5afd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 1df5a8d004f64b1aa3fb93e0556886ba00ebc979
refs/heads/master: 78d3cfd33e7acdae0108837de1c55a8cef04805f
5 changes: 2 additions & 3 deletions trunk/drivers/video/pxafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,8 @@ static int pxafb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
}

#ifdef CONFIG_CPU_FREQ
pr_debug("pxafb: dma period = %d ps, clock = %d kHz\n",
pxafb_display_dma_period(var),
get_clk_frequency_khz(0));
pr_debug("pxafb: dma period = %d ps\n",
pxafb_display_dma_period(var));
#endif

return 0;
Expand Down

0 comments on commit aa5afd9

Please sign in to comment.