[linux] 01/01: firmware_class: Fix condition in directory search loop (Closes: #804862)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Nov 12 15:02:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 5269f93afe9d408e08c842eef261071e447ba7de
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Nov 12 14:59:37 2015 +0000

    firmware_class: Fix condition in directory search loop (Closes: #804862)
---
 debian/changelog                                                    | 1 +
 .../bugfix/all/firmware_class-log-every-success-and-failure.patch   | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 438e035..a528f28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
   * debian/control: Add ':any' to Build-Depends on python3, to support cross-
     bootstrap
   * [s390*] Update linux-compiler metapackage to gcc-4.9
+  * firmware_class: Fix condition in directory search loop (Closes: #804862)
 
   [ Ian Campbell ]
   * [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu
diff --git a/debian/patches/bugfix/all/firmware_class-log-every-success-and-failure.patch b/debian/patches/bugfix/all/firmware_class-log-every-success-and-failure.patch
index 4663faa..abb0b70 100644
--- a/debian/patches/bugfix/all/firmware_class-log-every-success-and-failure.patch
+++ b/debian/patches/bugfix/all/firmware_class-log-every-success-and-failure.patch
@@ -23,13 +23,11 @@ format to detect missing firmware.
 ---
 --- a/drivers/base/firmware_class.c
 +++ b/drivers/base/firmware_class.c
-@@ -340,17 +340,20 @@ static int fw_get_filesystem_firmware(st
- 		}
+@@ -340,16 +340,19 @@ static int fw_get_filesystem_firmware(st
  		rc = fw_read_file_contents(file, buf);
  		fput(file);
--		if (rc)
+ 		if (rc)
 -			dev_warn(device, "firmware, attempted to load %s, but failed with error %d\n",
-+		if (!rc)
 +			dev_dbg(device, "firmware, attempted to load %s, but failed with error %d\n",
  				path, rc);
  		else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list