Skip to content

Commit

Permalink
r8169: do not abort when the power management capabilities are disabled
Browse files Browse the repository at this point in the history
The capabilities of the 8169 can be disabled but it is hardly a reason
to prevent the use the device. The (so far) unusual behavior has been
reported on a MIPS platform by Yoichi Yuasa.

Spotted-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
  • Loading branch information
Francois Romieu committed Nov 16, 2005
1 parent 7c8b2eb commit e53091f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -1346,10 +1346,8 @@ rtl8169_init_board(struct pci_dev *pdev, struct net_device **dev_out,
} else {
if (netif_msg_probe(tp)) {
printk(KERN_ERR PFX
"Cannot find PowerManagement capability. "
"Aborting.\n");
"PowerManagement capability not found.\n");
}
goto err_out_mwi;
}

/* make sure PCI base addr 1 is MMIO */
Expand Down

0 comments on commit e53091f

Please sign in to comment.