[PATCH] bcm43xx-softmac: check returned value from pci_enable_device
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 28 Sep 2006 05:10:55 +0000 (00:10 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Oct 2006 00:09:47 +0000 (20:09 -0400)
commit16bfa676a7cc64695f7e9694c380ebd26c461ae5
treef4d61e756ecbcc8ea08a0009f838813c67942d19
parent7c28ad2d83ecc637237fe684659a6afbce0bb2a8
[PATCH] bcm43xx-softmac: check returned value from pci_enable_device

Linus's tree now has a configuration option that prints a warning whenever
the returned value of any routine is ignored. This patch fixes the only such
warning for bcm43xx.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/bcm43xx/bcm43xx_main.c