Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94194
b: refs/heads/master
c: 555514f
h: refs/heads/master
v: v3
  • Loading branch information
Jaya Kumar authored and Linus Torvalds committed Apr 28, 2008
1 parent 7ab68a2 commit 520b3ff
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6f90a8bdd17e63fb27b4f6d50e8a2919704ea254
refs/heads/master: 555514fabc1c24fac69ff46feac384180828182c
6 changes: 3 additions & 3 deletions trunk/drivers/video/metronomefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static void metronomefb_fillrect(struct fb_info *info,
{
struct metronomefb_par *par = info->par;

cfb_fillrect(info, rect);
sys_fillrect(info, rect);
metronomefb_dpy_update(par);
}

Expand All @@ -687,7 +687,7 @@ static void metronomefb_copyarea(struct fb_info *info,
{
struct metronomefb_par *par = info->par;

cfb_copyarea(info, area);
sys_copyarea(info, area);
metronomefb_dpy_update(par);
}

Expand All @@ -696,7 +696,7 @@ static void metronomefb_imageblit(struct fb_info *info,
{
struct metronomefb_par *par = info->par;

cfb_imageblit(info, image);
sys_imageblit(info, image);
metronomefb_dpy_update(par);
}

Expand Down

0 comments on commit 520b3ff

Please sign in to comment.