summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/xve_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/xve_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/xve_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/xve_gp106.c b/drivers/gpu/nvgpu/gp106/xve_gp106.c
index 64d60794..077409c5 100644
--- a/drivers/gpu/nvgpu/gp106/xve_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/xve_gp106.c
@@ -522,7 +522,7 @@ static ssize_t xve_link_speed_write(struct file *filp,
522 else if (strncmp(kbuff, "Gen3", check_len) == 0) 522 else if (strncmp(kbuff, "Gen3", check_len) == 0)
523 link_speed = GPU_XVE_SPEED_8P0; 523 link_speed = GPU_XVE_SPEED_8P0;
524 else 524 else
525 gk20a_err(g->dev, "%s: Unknown PCIe speed: %s\n", 525 nvgpu_err(g, "%s: Unknown PCIe speed: %s\n",
526 __func__, kbuff); 526 __func__, kbuff);
527 527
528 if (!link_speed) 528 if (!link_speed)