Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371585
b: refs/heads/master
c: b9a3140
h: refs/heads/master
i:
  371583: af447ba
v: v3
  • Loading branch information
Ben Skeggs committed Apr 26, 2013
1 parent c701ad4 commit 94ea621
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: 28ec70f7fb2a2cefc098020b2f29f1fc97cdb524
refs/heads/master: b9a3140ce8fcd616b02533fbdef375a87a910daf
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/core/subdev/bios/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ init_io_mask_or(struct nvbios_init *init)
u8 or = init_or(init);
u8 data;

trace("IO_MASK_OR\t0x03d4[0x%02x] &= ~(1 << 0x%02x)", index, or);
trace("IO_MASK_OR\t0x03d4[0x%02x] &= ~(1 << 0x%02x)\n", index, or);
init->offset += 2;

data = init_rdvgai(init, 0x03d4, index);
Expand All @@ -849,7 +849,7 @@ init_io_or(struct nvbios_init *init)
u8 or = init_or(init);
u8 data;

trace("IO_OR\t0x03d4[0x%02x] |= (1 << 0x%02x)", index, or);
trace("IO_OR\t0x03d4[0x%02x] |= (1 << 0x%02x)\n", index, or);
init->offset += 2;

data = init_rdvgai(init, 0x03d4, index);
Expand Down

0 comments on commit 94ea621

Please sign in to comment.