Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300009
b: refs/heads/master
c: b99da31
h: refs/heads/master
i:
  300007: ee59b0c
v: v3
  • Loading branch information
Ben Skeggs committed Apr 30, 2012
1 parent 2d4e4c1 commit 72919bd
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: ffc6a4e49e5bc117aac13ed752cfc018c163e2ac
refs/heads/master: b99da31ed8521eb78d5d6930f3128f8ecdb75fae
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv10_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ nv10_gpio_drive(struct drm_device *dev, int line, int dir, int out)
if (line < 10) {
line = (line - 2) * 4;
reg = NV_PCRTC_GPIO_EXT;
mask = 0x00000003 << ((line - 2) * 4);
mask = 0x00000003;
data = (dir << 1) | out;
} else
if (line < 14) {
Expand Down

0 comments on commit 72919bd

Please sign in to comment.