]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c5f72da9e455a73742e4bea76886994e47edea6
tree78cb1d0c9b60bab8fd756844a62811ecfb6f2191
parentbc714c692aa766d0529910b925f8d3ace1e0c55d
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: 9678d2d45b18 ("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