summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 9141264b..63896228 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1563,7 +1563,7 @@ static bool gk20a_fifo_handle_mmu_fault(
1563 nvgpu_err(g, "%s mmu fault on engine %d, " 1563 nvgpu_err(g, "%s mmu fault on engine %d, "
1564 "engine subid %d (%s), client %d (%s), " 1564 "engine subid %d (%s), client %d (%s), "
1565 "addr 0x%llx, type %d (%s), access_type 0x%08x," 1565 "addr 0x%llx, type %d (%s), access_type 0x%08x,"
1566 "inst_ptr 0x%llx\n", 1566 "inst_ptr 0x%llx",
1567 fake_fault ? "fake" : "", 1567 fake_fault ? "fake" : "",
1568 engine_id, 1568 engine_id,
1569 mmfault_info.client_type, 1569 mmfault_info.client_type,