commit | 430e640d6d24cf0c9ff035536fd9daa8f2cc879d | [log] [tgz] |
---|---|---|
author | Glen Lee <glen.lee@atmel.com> | Thu Feb 04 18:15:21 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 17:34:58 2016 -0800 |
tree | e5b6441d01be428e30a05b30296864863aa98ac1 | |
parent | ff9d65abc8561d67313cd310dc15d2f496282a92 [diff] |
staging: wilc1000: handle connecting error If connection fails, wilc1000_connecting needs to be set false also and return immediately because goto lable 'done' doesn't do anything. Remove lable 'done' as well. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>