Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9a3140c authored by Ben Skeggs's avatar Ben Skeggs
Browse files

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



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 28ec70f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);