Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375484
b: refs/heads/master
c: 9d8aa55
h: refs/heads/master
v: v3
  • Loading branch information
Christopher Harvey authored and Dave Airlie committed May 13, 2013
1 parent e7a1793 commit 5fd167c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: b2dfcae3cc6802e897556e09541080309cfdec60
refs/heads/master: 9d8aa55ff6bd21f573581a29da32ad746f2edcfb
6 changes: 1 addition & 5 deletions trunk/drivers/gpu/drm/mgag200/mgag200_mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,11 +832,7 @@ static int mga_crtc_mode_set(struct drm_crtc *crtc,


for (i = 0; i < sizeof(dacvalue); i++) {
if ((i <= 0x03) ||
(i == 0x07) ||
(i == 0x0b) ||
(i == 0x0f) ||
((i >= 0x13) && (i <= 0x17)) ||
if ((i <= 0x17) ||
(i == 0x1b) ||
(i == 0x1c) ||
((i >= 0x1f) && (i <= 0x29)) ||
Expand Down

0 comments on commit 5fd167c

Please sign in to comment.