blink driver power saving
authorStephen Hemminger <shemminger@linux-foundation.org>
Sun, 1 Jul 2007 16:50:35 +0000 (12:50 -0400)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 1 Jul 2007 18:08:39 +0000 (11:08 -0700)
The blink driver wakes up every jiffies which wastes power unnecessarily.
Using a notifier gives same effect. Also add ability to unload module.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
[ We should really just delete the whole thing. The blink driver is
  broken in many other ways too  -Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found