From: Arend van Spriel Date: Mon, 8 Aug 2011 13:58:17 +0000 (+0200) Subject: staging: brcm80211: replace semaphore by wait_queue for sysioc thread X-Git-Tag: v3.2-rc1~169^2^2~864^2~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=277195acd20a929b08db72fe73d62cf8da49d63c;p=pandora-kernel.git staging: brcm80211: replace semaphore by wait_queue for sysioc thread The sysioc thread was triggered using a semaphore. Now it waits for a wake_up() on its wait queue and the semaphore has been removed as the semaphore serves another purpose. This removes a checkpatch warning for dhd_linux.c. Signed-off-by: Arend van Spriel Reviewed-by: Roland Vossen Reviewed-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed