From: Tejun Heo Date: Fri, 3 Aug 2012 17:30:44 +0000 (-0700) Subject: workqueue: make queueing functions return bool X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4283e9378619c14dc3826a6b0527eb5d967ffde;p=pandora-kernel.git workqueue: make queueing functions return bool All queueing functions return 1 on success, 0 if the work item was already pending. Update them to return bool instead. This signifies better that they don't return 0 / -errno. This is cleanup and doesn't cause any functional difference. While at it, fix comment opening for schedule_work_on(). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed