staging: media: hantro: remove parentheses

Remove unnecessary parentheses in file hantro_postproc.c. Check reported
by coccinelle.

Signed-off-by: Kaaira Gupta <kgupta@es.iitr.ac.in>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Link: https://lore.kernel.org/r/20200313215406.2485-5-kgupta@es.iitr.ac.in
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kaaira Gupta 2020-03-14 03:24:06 +05:30 committed by Greg Kroah-Hartman
parent c4546a359a
commit ba839b32d6

View File

@ -14,16 +14,16 @@
#define HANTRO_PP_REG_WRITE(vpu, reg_name, val) \
{ \
hantro_reg_write((vpu), \
&((vpu)->variant->postproc_regs->reg_name), \
(val)); \
hantro_reg_write(vpu, \
&(vpu)->variant->postproc_regs->reg_name, \
val); \
}
#define HANTRO_PP_REG_WRITE_S(vpu, reg_name, val) \
{ \
hantro_reg_write_s((vpu), \
&((vpu)->variant->postproc_regs->reg_name), \
(val)); \
hantro_reg_write_s(vpu, \
&(vpu)->variant->postproc_regs->reg_name, \
val); \
}
#define VPU_PP_IN_YUYV 0x0