staging: wilc1000: coreconfigurator: Change return(X) to return X
authorStanislav Kholmanskikh <kholmanskikh.s.s@gmail.com>
Wed, 10 Jun 2015 18:57:25 +0000 (21:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 00:46:32 +0000 (17:46 -0700)
Changed 'return(X)' to 'return X' in coreconfigurator.c
to satisfy checkpatch.pl warning:

ERROR: return is not a function, parentheses are not required

Signed-off-by: Stanislav Kholmanskikh <kholmanskikh.s.s@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c