Displaying 1 result from an estimated 1 matches for "a4f314803137".
2016 Apr 01
0
[PATCH] secboot: print status message on success
...9;s comment on FD bug 94725. Will be useful
to have for future cases like this one.
drm/nouveau/nvkm/subdev/secboot/base.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drm/nouveau/nvkm/subdev/secboot/base.c b/drm/nouveau/nvkm/subdev/secboot/base.c
index 520facf9bc07..a4f314803137 100644
--- a/drm/nouveau/nvkm/subdev/secboot/base.c
+++ b/drm/nouveau/nvkm/subdev/secboot/base.c
@@ -135,7 +135,8 @@ nvkm_secboot_falcon_reset(struct nvkm_secboot *sb)
int
nvkm_secboot_falcon_run(struct nvkm_secboot *sb)
{
- struct nvkm_device *device = sb->subdev.device;
+ struct nvkm_subdev...