From: Adrian Bunk Date: Mon, 6 Nov 2006 15:48:48 +0000 (-0600) Subject: [PATCH] bcm43xx: Add error checking in bcm43xx_sprom_write() X-Git-Tag: v2.6.19-rc6~33^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3406118cd34762a7bf6b1a4f1095f9ea7576a354;p=pandora-kernel.git [PATCH] bcm43xx: Add error checking in bcm43xx_sprom_write() The Coverity checker noted that these "if (err)"'s couldn't ever be true. It seems the intention was to check the return values of the bcm43xx_pci_write_config32()'s? Signed-off-by: Adrian Bunk Signed-off-by: Larry Finger Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed