staging: wilc1000: fix return type of host_int_set_WEPDefaultKeyID
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 26 Oct 2015 00:44:42 +0000 (09:44 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 05:25:10 +0000 (14:25 +0900)
commit5b41c7c9762a9923c784b2b92c4abd2f2ac45bfa
tree693cd00b560a8119c5ab10517f1c66edb72c7feb
parentcf516d08eceb4c442f0f2f1a73ebf994b1dbf0ed
staging: wilc1000: fix return type of host_int_set_WEPDefaultKeyID

This patch changes return type of host_int_set_WEPDefaultKeyID from s32
to int. The result variable gets return value from wilc_mq_send that has
return type of int. It should be changed return type int as well as data
type of result variable.

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