summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/ioctl_as.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/ioctl_as.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ioctl_as.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_as.c b/drivers/gpu/nvgpu/common/linux/ioctl_as.c
index 405301ee..273024bd 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_as.c
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_as.c
@@ -377,7 +377,6 @@ long gk20a_as_dev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
377 (struct nvgpu_as_map_buffer_batch_args *)buf); 377 (struct nvgpu_as_map_buffer_batch_args *)buf);
378 break; 378 break;
379 default: 379 default:
380 dev_dbg(dev_from_gk20a(g), "unrecognized as ioctl: 0x%x", cmd);
381 err = -ENOTTY; 380 err = -ENOTTY;
382 break; 381 break;
383 } 382 }