Skip to content
Snippets Groups Projects
Commit 81610b8f authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: cdev: simplify a schedule_delayed_work wrapper


The kernel API documentation says that queue_delayed_work() returns 0
(only) if the work was already queued.  The return codes of
schedule_delayed_work() are not documented but the same.

In init_iso_resource(), the work has never been queued yet, hence we
can assume schedule_delayed_work() to be a guaranteed success there.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 5d9cb7d2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment