mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-23 13:54:26 +08:00
drm/nouveau/secboot: add missing newline in debug message
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
4246b92cf9
commit
12973a37c4
@ -183,7 +183,7 @@ acr_ls_sec2_post_run(const struct nvkm_acr *acr, const struct nvkm_secboot *sb)
|
||||
break;
|
||||
);
|
||||
if (reg & BIT(4)) {
|
||||
nvkm_debug(subdev, "applying workaround for start bug...");
|
||||
nvkm_debug(subdev, "applying workaround for start bug...\n");
|
||||
nvkm_falcon_start(sb->boot_falcon);
|
||||
nvkm_msec(subdev->device, 1,
|
||||
if ((reg = nvkm_rd32(subdev->device,
|
||||
|
Loading…
Reference in New Issue
Block a user