commit | 3406118cd34762a7bf6b1a4f1095f9ea7576a354 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Mon Nov 06 09:48:48 2006 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 07 20:05:07 2006 -0500 |
tree | 5cee591e7595fcbd18b832a35c7f553cd06cc299 | |
parent | ecac598bcd1f151ee4760489bded625c147fb366 [diff] |
[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 <bunk@stusta.de> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>