]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: rename result in handle_set_ip_address
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 19 Apr 2016 00:35:31 +0000 (09:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2016 05:04:55 +0000 (22:04 -0700)
commite64fe9583f7d87978e1952135446639f196344c7
tree7ab3dccde8248bee4e5f08029e2d2e71b4958a7c
parent39852eb29de392c78a3b2718c42a7d703e0500af
staging: wilc1000: rename result in handle_set_ip_address

This patch renames result to ret that is used to get return value from
wilc_send_config_pkt. Some handle_*() functions are used as result,
others are used as ret. It will be changed as ret in all handle_*()
functions to match variable name.

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