commit | 81610b8fbfc027a67707ff567d490819a3d55844 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Jan 11 13:44:46 2009 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Mar 24 20:56:46 2009 +0100 |
tree | b828ef4868938534fb17d75659246715179a29f5 | |
parent | 5d9cb7d276a9c465fef5a771792eac2cf1929f2b [diff] |
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: Stefan Richter <stefanr@s5r6.in-berlin.de>