From b05d85a29da43c62a0ca1113ba6a9ab14ceb1a1c Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Mon, 22 Sep 2014 12:36:59 +0300 Subject: gpu: nvgpu: Change error for invalid ioctl to dbg Change loglevel of text for invalid ioctl to dbg. Bug 20038780 Change-Id: I0a2ba97d9c21b2225f8d3db59c80b70c2f2c679e Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/501171 GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.c') diff --git a/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.c b/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.c index 5464b88a..686987c0 100644 --- a/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.c @@ -419,7 +419,7 @@ long gk20a_dbg_gpu_dev_ioctl(struct file *filp, unsigned int cmd, break; default: - gk20a_err(dev_from_gk20a(g), + dev_dbg(dev_from_gk20a(g), "unrecognized dbg gpu ioctl cmd: 0x%x", cmd); err = -ENOTTY; -- cgit v1.2.2