mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 11:26:22 -04:00
staging: wilc1000: remove return type of Handle_wait_msg_q_empty
This patch changes return type of Handle_wait_msg_q_empty from s32 with void because return value is not used. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
02ae2bdfe1
commit
3b840e4949
@@ -813,11 +813,10 @@ static s32 Handle_CfgParam(struct host_if_drv *hif_drv,
|
||||
return result;
|
||||
}
|
||||
|
||||
static s32 Handle_wait_msg_q_empty(void)
|
||||
static void Handle_wait_msg_q_empty(void)
|
||||
{
|
||||
g_wilc_initialized = 0;
|
||||
up(&hif_sema_wait_response);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static s32 Handle_Scan(struct host_if_drv *hif_drv,
|
||||
|
||||
Reference in New Issue
Block a user