]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
drm/nouveau/bios: fix INDEX_ADDRESS_LATCHED trace printout
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 16 Feb 2014 08:53:55 +0000 (03:53 -0500)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 26 Mar 2014 03:59:33 +0000 (13:59 +1000)
commit8db3a740b08a90888e02fd39c831e366a83abc43
treecf0ee23f65bf360db3fc16892b03308f3c4c5f54
parent46a7b62596691d7eabb0b24ad28af7097eb66793
drm/nouveau/bios: fix INDEX_ADDRESS_LATCHED trace printout

Having a \n in the middle of a format string means that the next line
doesn't get the prefixes unlike every other line printed by the trace.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/subdev/bios/init.c