ALSA: usb-audio: Fix wrong kfree issue in snd_usb_endpoint_free_all
authorWan Jiabing <wanjiabing@vivo.com>
Wed, 18 May 2022 02:16:16 +0000 (10:16 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 18 May 2022 04:59:48 +0000 (06:59 +0200)
commit03a8b0df757f1beb21ba1626e23ca7412e48b525
treece05835836b22b458cb00ea4e146b3361ce6e1d3
parent44d30762cde76fe0a5b2e955ec34b369815679d6
ALSA: usb-audio: Fix wrong kfree issue in snd_usb_endpoint_free_all

Fix following coccicheck error:
./sound/usb/endpoint.c:1671:8-10: ERROR: reference preceded by free on line 1671.

Here should be 'cp' rather than 'ip'.

Fixes: c11117b634f4 ("ALSA: usb-audio: Refcount multiple accesses on the single clock")
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Link: https://lore.kernel.org/r/20220518021617.10114-1-wanjiabing@vivo.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/endpoint.c