mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-22 05:16:38 +00:00
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:
parent
be30e7ac4f
commit
a2745cc17c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user