From fce5bfbb3de3a0c6af60c161ce7f1ab00c06169d Mon Sep 17 00:00:00 2001 From: lxoliva Date: Sat, 1 Feb 2020 19:04:59 +0000 Subject: [PATCH] Summary: fix harmless deblobbing error present since 5.0 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@17293 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index d67260a89e34..0dc2d550321c 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2020-01-14 +# deblob-check version 2020-02-01 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -5752,6 +5752,9 @@ set_except () { # ethtool-supplied firmware to flash the virtual device. accept '[\t]if[ ][(]request_firmware[(]&fw[,][ ]efl->data[,][ ]&vdevice->pdev\.dev[)][)]' arch/um/drivers/vector_kern.c + # Already present in 5.0, harmless as firmware is the first field. + accept 'static[ ]const[ ]struct[ ]vic_config[ ]vic_t194_config[ ]=[ ][{][\n][\t]\.firmware[ ]=[ ]NVIDIA_TEGRA_194_VIC_FIRMWARE[,]' drivers/gpu/drm/tegra/vic.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1