dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/atl1c
Rafael J. Wysocki 0303adeee3 atl1c: Do not call device_init_wakeup() in atl1c_probe()
The atl1c driver shouldn't call device_init_wakeup() in its probe
routine with the second argument equal to 1, because for PCI devices
the wakeup capability setting is initialized as appropriate by the
PCI subsystem.  Remove the potentially harmful call.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-02-11 11:38:43 -08:00
..
Makefile
atl1c.h atl1c: make functions static 2010-10-24 14:55:49 -07:00
atl1c_ethtool.c drivers/net: Remove unnecessary returns from void function()s 2010-05-14 00:19:28 -07:00
atl1c_hw.c atl1c: remove private #define. 2011-01-20 16:50:05 -08:00
atl1c_hw.h atl1c: remove private #define. 2011-01-20 16:50:05 -08:00
atl1c_main.c atl1c: Do not call device_init_wakeup() in atl1c_probe() 2011-02-11 11:38:43 -08:00