drm/amdkfd: bump kfd ioctl minor version for debug api availability
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / amdkfd / kfd_chardev.c
index f54ff5c..cce2abe 100644 (file)
@@ -2984,7 +2984,6 @@ static int kfd_ioctl_set_debug_trap(struct file *filep, struct kfd_process *p, v
                if (!r)
                        target->exception_enable_mask = args->enable.exception_mask;
 
-               pr_warn("Debug functions limited\n");
                break;
        case KFD_IOC_DBG_TRAP_DISABLE:
                r = kfd_dbg_trap_disable(target);