From cbe68f5bc31b0927401c938e84f3160060a6c5e8 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 20 Jul 2023 17:05:21 -0400 Subject: Improve copy engine register documentation in nvdebug.h + cleanup --- device_info_procfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device_info_procfs.c') diff --git a/device_info_procfs.c b/device_info_procfs.c index 1fc0586..5fc417f 100644 --- a/device_info_procfs.c +++ b/device_info_procfs.c @@ -57,7 +57,7 @@ static void* device_info_file_seq_next(struct seq_file *s, void *idx, static int device_info_file_seq_show(struct seq_file *s, void *idx) { ptop_device_info_t curr_info; struct nvdebug_state *g = &g_nvdebug_state[seq2gpuidx(s)]; - + curr_info.raw = nvdebug_readl(g, NV_PTOP_DEVICE_INFO(*(int*)idx)); // Check for read errors if (curr_info.raw == -1) -- cgit v1.2.2