media: solo6x10: fix missing snd_card_free in error handling case
authorQinglang Miao <miaoqinglang@huawei.com>
Wed, 11 Nov 2020 03:22:01 +0000 (04:22 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 17 Nov 2020 06:13:45 +0000 (07:13 +0100)
commitdcdff74fa6bc00c32079d0bebd620764c26f2d89
treee4a0e8e4404787a87bde42aee66f4e2d0d745c40
parent23ffa0399c693246a7442b98d71265e92e827912
media: solo6x10: fix missing snd_card_free in error handling case

Fix to goto snd_error in error handling case when fails
to do snd_ctl_add, as done elsewhere in this function.

Fixes: 28cae868cd24 ("[media] solo6x10: move out of staging into drivers/media/pci.")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/solo6x10/solo6x10-g723.c