technology: Fix enable notifier to be invoked just once
authorAlok Barsode <alok.barsode@linux.intel.com>
Wed, 24 Aug 2011 13:44:16 +0000 (16:44 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 25 Aug 2011 09:14:22 +0000 (11:14 +0200)
commitbdf2640d2d020331efa7975f52ffa5378ae451fc
treeee59a63c728e21bed5d1de7c3f1ac2b14b38ae0e
parentafe64c7ea9931f2442a464cb5c7d5bcd47e98560
technology: Fix enable notifier to be invoked just once

When there are multiple devices, the technology enable notifier
was invoked multiple times. But when disabling the technology, the
disable notifier was invoked just once, hence there was a mismatch
in the technology states.
src/technology.c