Message ID | 1561610695-5414-3-git-send-email-hao.wu@intel.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Moritz Fischer |
Headers | show |
Series | add new features for FPGA DFL drivers | expand |
diff --git a/drivers/fpga/dfl-fme-pr.c b/drivers/fpga/dfl-fme-pr.c index d9ca955..6ec0f09 100644 --- a/drivers/fpga/dfl-fme-pr.c +++ b/drivers/fpga/dfl-fme-pr.c @@ -159,9 +159,6 @@ static int fme_pr(struct platform_device *pdev, unsigned long arg) mutex_unlock(&pdata->lock); free_exit: vfree(buf); - if (copy_to_user((void __user *)arg, &port_pr, minsz)) - return -EFAULT; - return ret; }