staging: bcm: Remove unnecessary parentheses
authorMasanari Iida <standby24x7@gmail.com>
Tue, 17 Jun 2014 14:48:54 +0000 (23:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:07:13 +0000 (17:07 -0700)
This patch remove unnecessary parentheses in PHSModule.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/PHSModule.c

index 07c5a0b..bd68c6f 100644 (file)
@@ -1253,7 +1253,7 @@ static int phs_decompress(unsigned char *in_buf,
        BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, PHS_RECEIVE, DBG_LVL_ALL, "====>\n");
        *header_size = 0;
 
-       if ((decomp_phs_rules == NULL))
+       if (decomp_phs_rules == NULL)
                return 0;
 
        tmp_memb = decomp_phs_rules;