提交 b9a3140c 编写于 作者: B Ben Skeggs

drm/nouveau/bios: add missing newline on IO*_OR opcode debugging

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 28ec70f7
...@@ -830,7 +830,7 @@ init_io_mask_or(struct nvbios_init *init) ...@@ -830,7 +830,7 @@ init_io_mask_or(struct nvbios_init *init)
u8 or = init_or(init); u8 or = init_or(init);
u8 data; 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; init->offset += 2;
data = init_rdvgai(init, 0x03d4, index); data = init_rdvgai(init, 0x03d4, index);
...@@ -849,7 +849,7 @@ init_io_or(struct nvbios_init *init) ...@@ -849,7 +849,7 @@ init_io_or(struct nvbios_init *init)
u8 or = init_or(init); u8 or = init_or(init);
u8 data; 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; init->offset += 2;
data = init_rdvgai(init, 0x03d4, index); data = init_rdvgai(init, 0x03d4, index);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册