From 4b4b535e64cdf404463b8eceba86c4f9d4391287 Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Tue, 11 Mar 2014 00:31:03 -0700 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed