From: Dirk Brandewie Date: Fri, 26 Aug 2011 10:24:49 +0000 (+0100) Subject: max3110: wake up fixes X-Git-Tag: v3.2-rc1~170^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b18bd52b2c63ea030364370d0d1f5cc6950aea7;p=pandora-kernel.git max3110: wake up fixes The main thread is waiting on on a wait_queue but wake_up_process() is used to wake the thread. This reads weirdly. Change wake_up_process() to wake_up(). Tested on the Moorestown tablet build Signed-off-by: Dirk Brandewie Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed