staging: bcm: Remove unnecessary parentheses

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>
This commit is contained in:
Masanari Iida 2014-06-17 23:48:54 +09:00 committed by Greg Kroah-Hartman
parent be30e7ac4f
commit a2745cc17c

View 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;