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)
commit0f4915b9c5d7a35da11bfcff80ae6466cb7b9fc4
treed827b3da44f54cfeaffa81a34fb9774bf04d71b6
parent4710bcce8e02257c8a423b7a62ea81d0207582c8
blink driver power saving

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>
drivers/misc/blink.c