[kernel] r20064 - dists/trunk/linux/debian/patches/bugfix/all

Ben Hutchings benh at alioth.debian.org
Thu May 9 02:31:51 UTC 2013


Author: benh
Date: Thu May  9 02:31:51 2013
New Revision: 20064

Log:
Fix variable name missed when refreshing patches for 3.9

Modified:
   dists/trunk/linux/debian/patches/bugfix/all/firmware_class-log-every-success-and-failure.patch

Modified: dists/trunk/linux/debian/patches/bugfix/all/firmware_class-log-every-success-and-failure.patch
==============================================================================
--- dists/trunk/linux/debian/patches/bugfix/all/firmware_class-log-every-success-and-failure.patch	Thu May  9 01:25:13 2013	(r20063)
+++ dists/trunk/linux/debian/patches/bugfix/all/firmware_class-log-every-success-and-failure.patch	Thu May  9 02:31:51 2013	(r20064)
@@ -108,7 +108,7 @@
  		mutex_unlock(&fw_lock);
  		return -ENOENT;
 +	} else if (!buf->size) {
-+		dev_err(f_dev->parent,
++		dev_err(device->parent,
 +			"firmware: agent loaded no data for %s (not found?)\n",
 +			buf->fw_id);
 + 		mutex_unlock(&fw_lock);



More information about the Kernel-svn-changes mailing list