staging: wilc1000: use completion instead of struct semaphore hif_sema_wait_response
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 14 Mar 2016 00:40:27 +0000 (09:40 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
commit613eaa39d68b928c52a8d93bec4573925f009b62
tree349ebf4b85f4c2cb29a5d65abf29f02929f4bf04
parent88253ab8e637f210decc8d3ec910e5205cb75b34
staging: wilc1000: use completion instead of struct semaphore hif_sema_wait_response

This patch replaces struct semaphore hif_sema_wait_response with struct
completion hif_wait_response. In case of struct hif_sema_wait_response,
it better to use completion than semaphore.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c