brcm2708: update linux 4.4 patches to latest version
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.4 / 0293-drm-vc4-Return-EFAULT-on-copy_from_user-failure.patch
index 082dec57a7f1bea1d2d05fbb6dd3ff41b1ae4cf2..33c695f0d7f5f930c28c3f1f110161ff12df3697 100644 (file)
@@ -1,7 +1,7 @@
-From deb04405c9c7362840387414fcf33f01d056c697 Mon Sep 17 00:00:00 2001
+From 99163bd65fc65f2a3f754de89a7009d4b243bbdc Mon Sep 17 00:00:00 2001
 From: Dan Carpenter <dan.carpenter@oracle.com>
 Date: Tue, 8 Mar 2016 15:09:41 +0300
-Subject: [PATCH 293/423] drm/vc4: Return -EFAULT on copy_from_user() failure
+Subject: [PATCH] drm/vc4: Return -EFAULT on copy_from_user() failure
 
 The copy_from_user() function returns the number of bytes not copied but
 we want to return a negative error code.