Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[platform/kernel/linux-rpi.git] / drivers / dma / idxd / sysfs.c
index a5c3eb4..7caba90 100644 (file)
@@ -948,13 +948,6 @@ static ssize_t wq_name_store(struct device *dev,
        if (strlen(buf) > WQ_NAME_SIZE || strlen(buf) == 0)
                return -EINVAL;
 
-       /*
-        * This is temporarily placed here until we have SVM support for
-        * dmaengine.
-        */
-       if (wq->type == IDXD_WQT_KERNEL && device_pasid_enabled(wq->idxd))
-               return -EOPNOTSUPP;
-
        input = kstrndup(buf, count, GFP_KERNEL);
        if (!input)
                return -ENOMEM;