staging:iio:docs: drop reference to setting trig_ops->owner
authorJonathan Cameron <jic23@kernel.org>
Sun, 23 Jul 2017 16:26:26 +0000 (17:26 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 3 Sep 2017 17:10:27 +0000 (18:10 +0100)
Whilst these docs have lots of other flaws, this element is definitely
no longer true.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
drivers/staging/iio/Documentation/trigger.txt

index 7c0e505e4f04a6f29a49077226475ecdc2815b34..299a1add98bf9280d9d5300a46c26f42b1907e12 100644 (file)
@@ -10,10 +10,6 @@ struct iio_trig *trig = iio_trigger_alloc("<trigger format string>", ...);
 allocates a trigger structure.  The key elements to then fill in within
 a driver are:
 
-trig->owner
-       Typically set to THIS_MODULE. Used to ensure correct
-       ownership of core allocated resources.
-
 trig->set_trigger_state:
        Function that enables / disables the underlying source of the trigger.