Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345472
b: refs/heads/master
c: c9aa763
h: refs/heads/master
v: v3
  • Loading branch information
Daniel J Blueman authored and Ben Skeggs committed Nov 28, 2012
1 parent 221be98 commit 0950d8d
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: 04c8c21085e13011a2eaf3ae518ab44e23e21917
refs/heads/master: c9aa763fe9690a334d0636f88e6eb85340f36f89
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ auxch_init(struct nouveau_i2c *aux, int ch)
ctrl = nv_rd32(aux, 0x00e4e4 + (ch * 0x50));
udelay(1);
if (!timeout--) {
AUX_ERR("begin idle timeout 0x%08x", ctrl);
AUX_ERR("begin idle timeout 0x%08x\n", ctrl);
return -EBUSY;
}
} while (ctrl & 0x03010000);
Expand Down

0 comments on commit 0950d8d

Please sign in to comment.