brcm2708: update linux 4.4 patches to latest version
[openwrt/staging/lynxis/omap.git] / target / linux / brcm2708 / patches-4.4 / 0094-drm-vc4-Use-job_lock-to-protect-seqno_cb_list.patch
index d8e845f33b5f0f59b9b9ddb75ffef4e0ffc4b31f..8292103ff5f3be5aba2bc31e13a0abeb47760836 100644 (file)
@@ -1,7 +1,7 @@
-From e7530cfb655bb473d5c99e27bb44a15f1c921441 Mon Sep 17 00:00:00 2001
+From 616e0a78750f2c92c52ac7f6638a8f5a901afdaf Mon Sep 17 00:00:00 2001
 From: Eric Anholt <eric@anholt.net>
 Date: Mon, 19 Oct 2015 08:32:24 -0700
-Subject: [PATCH 094/381] drm/vc4: Use job_lock to protect seqno_cb_list.
+Subject: [PATCH 094/423] drm/vc4: Use job_lock to protect seqno_cb_list.
 
 We're (mostly) not supposed to be using struct_mutex in drivers these
 days.