Re: [PATCH] bcm43xx-softmac: fix warning from ignoring returned value from pci_enable_device

2006-09-28 Thread Ian McDonald
On 9/28/06, Larry Finger [EMAIL PROTECTED] wrote: 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. Can you tell me how to make this check please so I can check my code in

Re: [PATCH] bcm43xx-softmac: fix warning from ignoring returned value from pci_enable_device

2006-09-28 Thread Larry Finger
Ian McDonald wrote: On 9/28/06, Larry Finger [EMAIL PROTECTED] wrote: 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. Can you tell me how to make this check please so

[PATCH] bcm43xx-softmac: fix warning from ignoring returned value from pci_enable_device

2006-09-27 Thread Larry Finger
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 [EMAIL PROTECTED] --- Index: linux-2.6/drivers/net/wireless/bcm43xx/bcm43xx_main.c