]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: handle_set_mac_address: change data type of result
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 16 Feb 2016 08:39:53 +0000 (17:39 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 00:55:33 +0000 (16:55 -0800)
commit9470edcded053fe7f70cb954bcde6980413fccc9
treef06694431887b1c112f63bacd424ebd785457874
parent157edcca3321f058600fd7b23b7151021ad0b209
staging: wilc1000: handle_set_mac_address: change data type of result

result variable gets value from wilc_send_config_pkt that has return
value of int. This patch changes data type of result variable to int.

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