brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0196-drm-vc4-Return-an-ERR_PTR-from-BO-creation-instead-o.patch
index aa43e4f2abeb612e63ac67e462163ecae8e6bf7d..f9daa878d206cb7982312ab6e650c3480f7a3678 100644 (file)
@@ -1,8 +1,7 @@
-From 8db21da6d756efe530df2736c7dc99aeeca209ce Mon Sep 17 00:00:00 2001
+From 96cfc336eb33c0152c4aff462bd6a21cd75cc731 Mon Sep 17 00:00:00 2001
 From: Eric Anholt <eric@anholt.net>
 Date: Mon, 25 Jan 2016 14:13:12 -0800
-Subject: [PATCH 196/381] drm/vc4: Return an ERR_PTR from BO creation instead
- of NULL.
+Subject: [PATCH] drm/vc4: Return an ERR_PTR from BO creation instead of NULL.
 
 Fixes igt vc4_create_bo/create-bo-0 by returning -EINVAL from the
 ioctl instead of -ENOMEM.