Commit e838494e authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Jonathan Cameron

staging:iio:docs: drop reference to setting trig_ops->owner

Whilst these docs have lots of other flaws, this element is definitely
no longer true.
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarLars-Peter Clausen <lars@metafoo.de>
parent 70909927
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment