commit | d99ee289b4acf29770a33f76c7f98b466f70e91d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Feb 10 12:05:40 2016 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 11 19:31:50 2016 -0800 |
tree | c9972c3959bedd7d88b471788fc03fa34ab57f87 | |
parent | 59ca8f20b19b652d6961c3f78ccc7aab149a1930 [diff] |
staging: wilc1000: fix mgmt_tx() There was a missing curly brace so this function returns failure instead of succeeding. Fixes: 06fb9336acdc ('staging: wilc1000: wilc_wfi_cfgoperations.c: replaces PRINT_ER with netdev_err') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>