diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-02-25 09:25:08 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-10 13:07:10 +0000 |
commit | 0779baa812cf27325ad1d43a917144f50ffd2142 (patch) | |
tree | e9964ef3d33feb434d1d33fd3e8c0163a46cef07 /sound/soc/sh/rcar/core.c | |
parent | 929cc78260550e82fc481c8c9428ec2aa589d88c (diff) | |
download | linux-stable-0779baa812cf27325ad1d43a917144f50ffd2142.tar.gz |
ASoC: rsnd: cleanup ppcheck warning for ssi.c
This patch cleanups below ppcheck warning.
sound/soc/sh/rcar/ssi.c:170:19: style: The scope of the variable 'mod' can be reduced. [variableScope]
struct rsnd_mod *mod;
^
sound/soc/sh/rcar/ssi.c:535:6: style: The scope of the variable 'i' can be reduced. [variableScope]
int i;
^
sound/soc/sh/rcar/ssi.c:1212:19: style: The scope of the variable 'mod' can be reduced. [variableScope]
struct rsnd_mod *mod;
^
sound/soc/sh/rcar/ssi.c:328:16: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned]
ssi->cr_clk = FORCE | rsnd_rdai_width_to_swl(rdai) |
^
sound/soc/sh/rcar/ssi.c:387:12: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned]
cr_own |= FORCE | rsnd_rdai_width_to_swl(rdai);
^
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87k0qxro2j.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/core.c')
0 files changed, 0 insertions, 0 deletions