projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ec70f
)
drm/nouveau/bios: add missing newline on IO*_OR opcode debugging
author
Ben Skeggs
<bskeggs@redhat.com>
Fri, 19 Apr 2013 00:22:09 +0000
(10:22 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 26 Apr 2013 05:37:50 +0000
(15:37 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/subdev/bios/init.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/subdev/bios/init.c
b/drivers/gpu/drm/nouveau/core/subdev/bios/init.c
index
3468347
..
c300b5e
100644
(file)
--- a/
drivers/gpu/drm/nouveau/core/subdev/bios/init.c
+++ b/
drivers/gpu/drm/nouveau/core/subdev/bios/init.c
@@
-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);
@@
-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);