From: Dongxiao Xu Date: Sun, 31 May 2009 06:43:58 +0000 (+0800) Subject: Staging: heci: do not print error when heci_bh_handler is already on workqueue X-Git-Tag: v2.6.31-rc1~105^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1c50e9829442be5bc88979d587af2a5ff07e32;p=pandora-kernel.git Staging: heci: do not print error when heci_bh_handler is already on workqueue schedule_work returns 0, if the work is already on the work_queue, else returns non-zero. Do not print error message if heci_bh_handlerwork was already on queue. Signed-off-by: Nikanth Karthikesan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed