OSDN Git Service

ALSA: cmipci: Drop stale variable assignment
authorTakashi Iwai <tiwai@suse.de>
Fri, 12 Nov 2021 10:31:37 +0000 (11:31 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 14 Nov 2021 08:28:59 +0000 (09:28 +0100)
commitbd5e2c22a9cfe7c3735d71920dc4a286348c61d2
tree78cb1d0c9b60bab8fd756844a62811ecfb6f2191
parent174a7fb3859ae75b0f0e35ef852459d8882b55b5
ALSA: cmipci: Drop stale variable assignment

Since the recent code refactoring using devres, the variable cm in
snd_cmipci_probe() is no longer referred.

Fixes: 87e082ad84a7 ("ALSA: cmipci: Allocate resources with device-managed APIs")
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/cc6383a2-cafb-ffe7-0b4f-27a310a1005c@intel.com
Link: https://lore.kernel.org/r/20211112103137.9504-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cmipci.c