Changes from v1:
- Fix according to Francois Romieu comments.
LOG:
Some issues in b44_resume().
- Return value of pci_enable_device() was ignored.
- If request_irq() has failed we have to just disable device and exit.
Signed-off-by: Dmitriy Monakhov <[EMAIL PROTECTED]>
---
diff --git a/driver
Dmitriy Monakhov <[EMAIL PROTECTED]> :
> Return value of 'pci_enable_device' was ignored in b44_resume().
> We can't ingore it because it can fail.
- Please Cc: netdev@vger.kernel.org, [EMAIL PROTECTED] and the maintainer
of the driver (Gary Zambrano <[EMAIL PROTECTED]> as per MAINTAINERS
fil
Return value of 'pci_enable_device' was ignored in b44_resume().
We can't ingore it because it can fail.
Signed-off-by: Dmitriy Monakhov <[EMAIL PROTECTED]>
---
diff --git a/drivers/net/b44.c b/drivers/net/b44.c
index 5eb2ec6..63de31b 100644
--- a/drivers/net/b44.c
+++ b/drivers/net/b44.c
@@
3 matches
Mail list logo