[kernel] r12032 - dists/trunk/linux-2.6/debian/patches/debian/dfsg

Bastian Blank waldi at alioth.debian.org
Sun Aug 10 15:05:55 UTC 2008


Author: waldi
Date: Sun Aug 10 15:05:51 2008
New Revision: 12032

Log:
debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch:
Another compile fix.


Modified:
   dists/trunk/linux-2.6/debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch

Modified: dists/trunk/linux-2.6/debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch	(original)
+++ dists/trunk/linux-2.6/debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch	Sun Aug 10 15:05:51 2008
@@ -232,7 +232,7 @@
  
  	/* Start the CPU. */
  	val = bnx2_reg_rd_ind(bp, cpu_reg->mode);
-@@ -3439,92 +3476,37 @@ load_cpu_fw(struct bnx2 *bp, const struct cpu_reg *cpu_reg, struct fw_info *fw)
+@@ -3439,95 +3476,39 @@ load_cpu_fw(struct bnx2 *bp, const struct cpu_reg *cpu_reg, struct fw_info *fw)
  static int
  bnx2_init_cpus(struct bnx2 *bp)
  {
@@ -335,7 +335,10 @@
 +	rc = load_cpu_fw(bp, &cpu_reg_cp, &fw->cp);
  
  init_cpu_err:
- 	vfree(text);
+-	vfree(text);
+ 	return rc;
+ }
+
 @@ -7656,6 +7638,7 @@ bnx2_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
  	struct bnx2 *bp;
  	int rc;



More information about the Kernel-svn-changes mailing list