ALSA: hda/ca0132: remove redundant initialization of variable status
authorColin Ian King <colin.king@canonical.com>
Fri, 9 Jul 2021 15:29:38 +0000 (16:29 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Jul 2021 11:12:47 +0000 (13:12 +0200)
commit2d52c5dd8e80b50501af51d3c03e4e649d31adbe
treee6168b51843fc627e0db0b602835479d042572ac
parent2e2832562c877e6530b8480982d99a4ff90c6777
ALSA: hda/ca0132: remove redundant initialization of variable status

The variable status is being initialized with a value that is never
read, the assignment is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210709152938.460763-1-colin.king@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0132.c