staging:iio: Make sure all triggers have a trigger_ops for the owner field.
authorJonathan Cameron <jic23@kernel.org>
Wed, 14 Dec 2011 20:49:30 +0000 (20:49 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Dec 2011 18:56:25 +0000 (10:56 -0800)
The core needs the owner field to prevent module removal whilst in use and
uses it without confirming that the trigger_ops structure actually exists.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found