diff options
| author | Nathan Chancellor <natechancellor@gmail.com> | 2019-09-27 00:08:59 -0700 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2020-02-02 01:41:04 +0200 |
| commit | 4ac7a91be399074b25cdac8cfc972f9d7637b8e1 (patch) | |
| tree | 7e0222efc07effc141548abd5d0722f42c360ee6 /scripts/gdb/linux/modules.py | |
| parent | 376e1111ab102886ba674e14562176ea72fcbd0a (diff) | |
soc: q6dspv2: apr: Remove unnecessary parentheses in is_valid_calib_dspp_addr
../drivers/soc/qcom/qdsp6v2/apr.c:751:17: warning: equality comparison
with extraneous parentheses [-Wparentheses-equality]
if ((domain_id == APR_DOMAIN_ADSP)) {
~~~~~~~~~~^~~~~~~~~~~~~~~~~~
../drivers/soc/qcom/qdsp6v2/apr.c:751:17: note: remove extraneous
parentheses around the comparison to silence this warning
if ((domain_id == APR_DOMAIN_ADSP)) {
~ ^ ~
../drivers/soc/qcom/qdsp6v2/apr.c:751:17: note: use '=' to turn this
equality comparison into an assignment
if ((domain_id == APR_DOMAIN_ADSP)) {
^~
=
1 warning generated.
Fixes: be1a516dcb85 ("ASoC: msm: Add Audio drivers for MSM targets")
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions
