Commit a2745cc1 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: bcm: Remove unnecessary parentheses

This patch remove unnecessary parentheses in PHSModule.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent be30e7ac
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment