summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/ioctl_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/ioctl_channel.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ioctl_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_channel.c b/drivers/gpu/nvgpu/common/linux/ioctl_channel.c
index c1492cad..057c81e2 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_channel.c
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_channel.c
@@ -803,7 +803,7 @@ static int gk20a_ioctl_channel_submit_gpfifo(
803 803
804 ret = gk20a_submit_channel_gpfifo(ch, NULL, args, args->num_entries, 804 ret = gk20a_submit_channel_gpfifo(ch, NULL, args, args->num_entries,
805 submit_flags, &fence, 805 submit_flags, &fence,
806 &fence_out, false, profile); 806 &fence_out, profile);
807 807
808 if (ret) { 808 if (ret) {
809 if (fd != -1) 809 if (fd != -1)