From 47eee753c996a49eb2cd1491427cd04c0232bf28 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 4 Feb 2019 18:23:41 -0800 Subject: [PATCH] deblob-4.17.1-gnu --- deblob-4.17 | 2 +- deblob-check | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deblob-4.17 b/deblob-4.17 index 5da4f2009d6..e821d51c0ce 100755 --- a/deblob-4.17 +++ b/deblob-4.17 @@ -505,7 +505,7 @@ reject_firmware_nowait(struct module *module, int uevent,\ report_missing_free_firmware(dev_name(device), NULL);\ /* We assume NONFREE_FIRMWARE will not be found; how could it? */\ return request_firmware_nowait(module, uevent, NONFREE_FIRMWARE,\ - device, gfp, NULL, cont);\ + device, gfp, context, cont);\ }\ static inline int\ maybe_reject_firmware_nowait(struct module *module, int uevent,\ diff --git a/deblob-check b/deblob-check index 961f514bb92..4307cf1edfa 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2018-05-27 +# deblob-check version 2018-06-05 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -1600,8 +1600,6 @@ set_except () { blobname '\(multi\|digi\)face_firmware\(_rev11\)\?\.bin' sound/pci/rme9652/hdsp.c - blobname 'aica_firmware\.bin' sound/sh/aica.c - accept '[ ][*][^*]*\([*]\+[^/*][^*]*\)*[*]*Caution:[ ]This[ ]API[^*]*\([*]\+[^/*][^*]*\)*[*]*request_firmware.' sound/sound_firmware.c accept 'static[ ]int[ ]do_mod_firmware_load[(]' sound/sound_firmware.c accept 'int[ ]mod_firmware_load[(]' sound/sound_firmware.c -- 2.31.1