brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0197-drm-vc4-Fix-ERESTARTSYS-error-return-from-BO-waits.patch
index 0a131996fe838d4fe2e1ab24d7e98d6f179f43ad..0fa340c36ec85990744a318b54ef929a375a9d98 100644 (file)
@@ -1,7 +1,7 @@
-From 516e9685df7152891b08710c8722cbfe5257b8b9 Mon Sep 17 00:00:00 2001
+From a0554ab8b841b57b9bba5acb16b24763dfbf02e0 Mon Sep 17 00:00:00 2001
 From: Eric Anholt <eric@anholt.net>
 Date: Mon, 25 Jan 2016 14:32:41 -0800
-Subject: [PATCH 197/304] drm/vc4: Fix -ERESTARTSYS error return from BO waits.
+Subject: [PATCH 197/381] drm/vc4: Fix -ERESTARTSYS error return from BO waits.
 
 This caused the wait ioctls to claim that waiting had completed when
 we actually got interrupted by a signal before it was done.  Fixes