From: Devendra Naga Date: Thu, 19 Feb 2015 19:08:30 +0000 (-0500) Subject: unisys: replace kthread_create and wake_up_process with kthread_run X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~858 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c9b9cf40f8f03f6a7484f2c06c5eb31b3735ce;p=pandora-kernel.git unisys: replace kthread_create and wake_up_process with kthread_run kthread_run calls kthread_create and if the thread is created it then calls wake_up_process on the corresponding returned task struct. So the code can be simplified by calling just kthread_run. Cc: Ken Cox Cc: Benjamin Romer Signed-off-by: Devendra Naga Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed