new false positive in 5.3.4 and 5.2.19
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Sat, 5 Oct 2019 21:02:06 +0000 (21:02 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Sat, 5 Oct 2019 21:02:06 +0000 (21:02 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@16860 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check

index 189b893d3209b3b449e9f8dc0be76659ce5804b4..fa41b048fe0c9ebe795dd9b5da05732639a00b48 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# deblob-check version 2019-09-01
+# deblob-check version 2019-10-05
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -5488,6 +5488,9 @@ set_except () {
     accept 'static[ ]int[ ]allegro_firmware_request_nowait[(]' drivers/staging/media/allegro-dvt/allegro-core.c
     accept '[\t]ret[ ]=[ ]allegro_firmware_request_nowait[(]' drivers/staging/media/allegro-dvt/allegro-core.c
 
+    # New in 5.3.4 and 5.2.19
+    defsnc '[\t]static[ ]const[ ]struct[ ]hda_alc298_mbxinit[ ]dac_init\[\][ ]=' sound/pci/hda/patch_realtek.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)