staging: rtl8712: Fix unnecessary parentheses style warning
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Tue, 30 Sep 2014 18:35:59 +0000 (21:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 17:15:12 +0000 (10:15 -0700)
commit12636551a2d9361e188c8fe280d2a3d90bac4e35
tree31439528bc4837d898326acef3969f224c230270
parent042b623cf57a7c381326bdfe1db046e9b0b8517f
staging: rtl8712: Fix unnecessary parentheses style warning

This fixes the following checkpatch.pl warning:

drivers/staging/rtl8712/rtl871x_recv.c:634 warning: Unnecessary parentheses - maybe == should be = ?

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_recv.c