Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233962
b: refs/heads/master
c: 062ac62
h: refs/heads/master
v: v3
  • Loading branch information
roel authored and Dave Airlie committed Mar 7, 2011
1 parent b261222 commit 90702d1
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: 862060414b7f3e6b1c20cc3cf1f2014328069f0b
refs/heads/master: 062ac622e03a8be5f894555ece540d63a54ae8bd
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
struct drm_crtc_helper_funcs *crtc_funcs;
u16 *red, *green, *blue, *transp;
struct drm_crtc *crtc;
int i, rc = 0;
int i, j, rc = 0;
int start;

for (i = 0; i < fb_helper->crtc_count; i++) {
Expand All @@ -685,7 +685,7 @@ int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
transp = cmap->transp;
start = cmap->start;

for (i = 0; i < cmap->len; i++) {
for (j = 0; j < cmap->len; j++) {
u16 hred, hgreen, hblue, htransp = 0xffff;

hred = *red++;
Expand Down

0 comments on commit 90702d1

Please sign in to comment.