From b4fd51685b5b7b9843484813ce1886ac77a9ea2a Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 11 Dec 2009 00:50:05 +0000 Subject: [PATCH] Update for false positive in patch-2.6.27.41. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5710 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 311a5d190aa..c61148484ec 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2009-12-08.1 +# deblob-check version 2009-12-10 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2124,6 +2124,10 @@ set_except () { accept '[<][<]\([/]Subtype[/]Type1\)\?[/]BaseFont[^ ]*[/]FontDescriptor[ ][0-9][0-9]*[ ]0[ ]R\([/]Type[/]Font\)\?[\n]\?[/]FirstChar[ ][0-9][0-9]*[/]LastChar[ ][0-9][0-9]*[/]Widths\[[\n][0-9 \n]*\]' 'Documentation/DocBook/v4l/.*\.pdf' ;; + */patch*2.6.27*) + accept '[ ]request_firmware[(][)][ ]will[ ]hit[ ]an[ ]OOPS' drivers/media/dvb/frontends/dib7000p.c + ;; + */patch*2.6.30*) initnc '}[ ]bclk_divs\[\][ ]=[ ][{]' sound/soc/codecs/wm8903.c ;; -- 2.31.1