提交 12973a37 编写于 作者: B Ben Skeggs

drm/nouveau/secboot: add missing newline in debug message

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 4246b92c
...@@ -183,7 +183,7 @@ acr_ls_sec2_post_run(const struct nvkm_acr *acr, const struct nvkm_secboot *sb) ...@@ -183,7 +183,7 @@ acr_ls_sec2_post_run(const struct nvkm_acr *acr, const struct nvkm_secboot *sb)
break; break;
); );
if (reg & BIT(4)) { 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_falcon_start(sb->boot_falcon);
nvkm_msec(subdev->device, 1, nvkm_msec(subdev->device, 1,
if ((reg = nvkm_rd32(subdev->device, if ((reg = nvkm_rd32(subdev->device,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册