summaryrefslogtreecommitdiffstats
path: root/scripts/deblob-check
diff options
context:
space:
mode:
authorAlexandre Oliva <lxoliva@fsfla.org>2017-10-23 21:12:46 +0000
committerAlexandre Oliva <lxoliva@fsfla.org>2017-10-23 21:12:46 +0000
commitc6ce7f39885f0750177be890bcd19df59edb14a5 (patch)
tree31f826ad26290ecd57a30474c9fbc7459597d735 /scripts/deblob-check
parent245e81c15b60594c612799d6b4fe100250d7475e (diff)
downloadlinux-libre-raptor-c6ce7f39885f0750177be890bcd19df59edb14a5.tar.gz
linux-libre-raptor-c6ce7f39885f0750177be890bcd19df59edb14a5.zip
fix typo in regex; it invalidates some of my testing of rc5; use with care
Diffstat (limited to 'scripts/deblob-check')
-rwxr-xr-xscripts/deblob-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deblob-check b/scripts/deblob-check
index 297cde42d..d22930e3f 100755
--- a/scripts/deblob-check
+++ b/scripts/deblob-check
@@ -4914,7 +4914,7 @@ set_except () {
blobname 'lantiq[/]xrx[23]00_phy\(22f\|11g\)_a\(14\|2[21]\)\.bin' drivers/soc/lantiq/gphy.c
blobname 'rtlwifi[/]rtl8822befw\.bin' drivers/staging/rtlwifi/rtl8822be/sw.c
# This loads a file named by the user.
- accept '[\t]const[ ]char[ ][*]name[ ]=[ ]i915\.vbt_firmware[;]\n][\t]int[ ]ret[;][\n][\n][\t]if[ ][(]!name[ ][|][|][ ][!][*]name[)][\n][\t][\t]return[ ]-ENOENT[;][\n][\n][\t]ret[ ]=[ ]request_firmware[(][&]fw[,][ ]name[,]' drivers/gpu/drm/i915/intel_opregion.c
+ accept '[\t]const[ ]char[ ][*]name[ ]=[ ]i915\.vbt_firmware[;][\n][\t]int[ ]ret[;][\n][\n][\t]if[ ][(]!name[ ][|][|][ ][!][*]name[)][\n][\t][\t]return[ ]-ENOENT[;][\n][\n][\t]ret[ ]=[ ]request_firmware[(][&]fw[,][ ]name[,]' drivers/gpu/drm/i915/intel_opregion.c
;;
*/*freedo*.patch | */*logo*.patch)
OpenPOWER on IntegriCloud