diff options
| author | Pierre-Louis Bossart <[email protected]> | 2020-09-02 16:21:22 -0500 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2020-09-03 09:26:27 +0200 |
| commit | 9725ce3949a7b3eebf003cb69fa0d7d821179233 (patch) | |
| tree | 768db91779c27ae62b8436c10e2f136a519c2251 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
| parent | cd91fd9f0af5453e66bda9984916ca67686689cf (diff) | |
ALSA: compress_offload: remove redundant initialization
Fix cppcheck warning:
sound/core/compress_offload.c:1044:6: style: Redundant initialization
for 'ret'. The initialized value is overwritten before it is
read. [redundantInitialization]
ret = snd_register_device(SNDRV_DEVICE_TYPE_COMPRESS,
^
sound/core/compress_offload.c:1034:10: note: ret is initialized
int ret = -EINVAL;
^
sound/core/compress_offload.c:1044:6: note: ret is overwritten
ret = snd_register_device(SNDRV_DEVICE_TYPE_COMPRESS,
^
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions