Skip to content

Commit

Permalink
staging:iio:docs: drop reference to setting trig_ops->owner
Browse files Browse the repository at this point in the history
Whilst these docs have lots of other flaws, this element is definitely
no longer true.

Signed-off-by: Jonathan Cameron <[email protected]>
Reviewed-by: Lars-Peter Clausen <[email protected]>
  • Loading branch information
jic23 committed Sep 3, 2017
1 parent 7090992 commit e838494
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/iio/Documentation/trigger.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e838494

Please sign in to comment.