]> Git Repo - linux.git/commit - drivers/net/e1000/e1000_main.c
[PATCH] e1000: no need for reboot notifier
authorTony Luck <[email protected]>
Thu, 28 Jul 2005 08:07:38 +0000 (01:07 -0700)
committerLinus Torvalds <[email protected]>
Thu, 28 Jul 2005 15:39:02 +0000 (08:39 -0700)
commit8b378def5a386c4a7f15b51ed79802badb9f5a70
tree52d53a2a28f788a8302a83248bda8ac774076dc4
parentf5c1d5b2aaf9a98f15a6dcdfbba1f494d0aaae52
[PATCH] e1000: no need for reboot notifier

sys_reboot() now calls device_suspend(), so it is no longer necessary for
the e1000 driver to register a reboot notifier [in fact doing so results in
e1000_suspend() getting called twice].

(akpm: we need to fast-track this.  It's causing ia64 to oops on shutdown)

Signed-off-by: Tony Luck <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: Jeff Garzik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/net/e1000/e1000_main.c
This page took 0.061225 seconds and 4 git commands to generate.