brcm2708: update to latest patches from the RPi foundation
[openwrt/staging/lynxis.git] / target / linux / brcm2708 / patches-4.19 / 950-0206-Mailbox-firmware-calls-now-use-kmalloc-2749.patch
index 84b1e770330c9e6ec9a6cb6d8bb142ce9ee115ba..f1ca6596104f23d73c377f3fb3700f1daf9f6593 100644 (file)
@@ -1,7 +1,7 @@
-From 3090cdd55e3a36f545409814cbee08761b93640c Mon Sep 17 00:00:00 2001
+From 2491694e7b0b8c09b13130f9c165a812b773e57e Mon Sep 17 00:00:00 2001
 From: James Hughes <JamesH65@users.noreply.github.com>
 Date: Tue, 13 Nov 2018 17:27:00 +0000
-Subject: [PATCH 206/703] Mailbox firmware calls now use kmalloc (#2749)
+Subject: [PATCH 206/725] Mailbox firmware calls now use kmalloc (#2749)
 
 A previous change moved away from variable stack
 allocation of a data buffer to a fixed maximum size.