lkml.org 
[lkml]   [2014]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 35/83] hsa/radeon: Print ioctl commnad only in debug mode
    Date
    Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
    ---
    drivers/gpu/hsa/radeon/kfd_chardev.c | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/drivers/gpu/hsa/radeon/kfd_chardev.c b/drivers/gpu/hsa/radeon/kfd_chardev.c
    index d6fa980..dba6084 100644
    --- a/drivers/gpu/hsa/radeon/kfd_chardev.c
    +++ b/drivers/gpu/hsa/radeon/kfd_chardev.c
    @@ -324,9 +324,9 @@ kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg)
    struct kfd_process *process;
    long err = -EINVAL;

    - dev_info(kfd_device,
    - "ioctl cmd 0x%x (#%d), arg 0x%lx\n",
    - cmd, _IOC_NR(cmd), arg);
    + dev_dbg(kfd_device,
    + "ioctl cmd 0x%x (#%d), arg 0x%lx\n",
    + cmd, _IOC_NR(cmd), arg);

    process = radeon_kfd_get_process(current);
    if (IS_ERR(process))
    --
    1.9.1


    \
     
     \ /
      Last update: 2014-07-11 04:21    [W:8.908 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site