projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be30e7a
)
staging: bcm: Remove unnecessary parentheses
author
Masanari Iida
<standby24x7@gmail.com>
Tue, 17 Jun 2014 14:48:54 +0000
(23:48 +0900)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/PHSModule.c
b/drivers/staging/bcm/PHSModule.c
index 07c5a0bae1ed4241391fafc636231ad61f5872c4..bd68c6f814af0ed6b2b29d011f2640b60dc337f9 100644
(file)
--- a/
drivers/staging/bcm/PHSModule.c
+++ b/
drivers/staging/bcm/PHSModule.c
@@
-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;