staging: wlags49_h2: wl_enc: fixes incorrect use of return
authorJohan Meiring <johanmeiring@gmail.com>
Fri, 30 Nov 2012 16:58:35 +0000 (18:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 19:03:32 +0000 (11:03 -0800)
commit13821d96d47098067df59d565f3b98c7694317f5
tree719cff023cd9de2fc45e5983054b5cfa1cae43f3
parentf83a7c34d4e57a5afddd94adf39c26f2a09677e1
staging: wlags49_h2: wl_enc: fixes incorrect use of return

This commit removes parentheses that were used as part of return
statements, seeing as how return is not a function.

Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_enc.c