diff options
author | Daeseok Youn <daeseok.youn@gmail.com> | 2014-03-11 00:31:03 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-17 14:42:40 -0700 |
commit | 4b4b535e64cdf404463b8eceba86c4f9d4391287 (patch) | |
tree | b7b0b98cb1f0c0f51d2e7708cbde9ebc9b20ee69 /drivers/idle | |
parent | 93c76c9c1dd3de4a3d4ecbd494085c45fce20414 (diff) |
staging: unisys: remove incorrect error handling after queue_delayed_work
The queue_delayed_work() return false if the work is
already on the queue, true otherwise.
So return value cannot be less than zero.
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/idle')
0 files changed, 0 insertions, 0 deletions