From 0b0f80579c01a53768433ed1909d283719427429 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Fri, 10 Nov 2017 11:01:18 -0800 Subject: gpu: nvgpu: vgpu: Delete extra error print vgpu printed GPU characteristics flags at probe time. Delete the print in order to be able to remove GPU characteristics field. JIRA NVGPU-388 Change-Id: Ib08325e7a67598a4f6734f7e839d1b96ba10bd55 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1596245 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/vgpu/gv11b/vgpu_gv11b.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_gv11b.c index db3dfaf4..feac195e 100644 --- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_gv11b.c +++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_gv11b.c @@ -25,9 +25,6 @@ int vgpu_gv11b_init_gpu_characteristics(struct gk20a *g) gk20a_dbg_fn(""); - - nvgpu_err(g, "g->gpu_characteristics.flags=%llx", - g->gpu_characteristics.flags); err = vgpu_init_gpu_characteristics(g); if (err) { nvgpu_err(g, "vgpu_init_gpu_characteristics failed, err %d\n", err); -- cgit v1.2.2