summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp106/bios_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/bios_gp106.c b/drivers/gpu/nvgpu/gp106/bios_gp106.c
index eedb304e..2c212ec0 100644
--- a/drivers/gpu/nvgpu/gp106/bios_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/bios_gp106.c
@@ -229,6 +229,8 @@ int gp106_bios_init(struct gk20a *g)
229 g->bios.vbios_version); 229 g->bios.vbios_version);
230 err = -EINVAL; 230 err = -EINVAL;
231 goto free_firmware; 231 goto free_firmware;
232 } else {
233 nvgpu_info(g, "VBIOS version %08x", g->bios.vbios_version);
232 } 234 }
233 235
234 nvgpu_log_fn(g, "done"); 236 nvgpu_log_fn(g, "done");