summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/i2c
diff options
context:
space:
mode:
authorDaniel J Blueman <daniel@quora.org>2012-11-24 02:11:46 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2012-11-28 23:58:12 (GMT)
commitc9aa763fe9690a334d0636f88e6eb85340f36f89 (patch)
tree2df7664a8be1f5f3e49260b7a1c426fafb5576ed /drivers/gpu/drm/nouveau/core/subdev/i2c
parent04c8c21085e13011a2eaf3ae518ab44e23e21917 (diff)
downloadlinux-fsl-qoriq-c9aa763fe9690a334d0636f88e6eb85340f36f89.tar.xz
drm/nouveau: prevent log mangling
On 3.7-rc6, add missing newline to to prevent the following kernel log line getting appended to the current one after switching the integrated GPU and suspending the discrete GPU. Signed-off-by: Daniel J Blueman <daniel@quora.org> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/subdev/i2c')
-rw-r--r--drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c b/drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c
index fe1ebf1..dc27e79 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c
@@ -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);