]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
staging: most: sound: pass correct device when creating a sound card
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 30 Apr 2019 12:07:48 +0000 (14:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Apr 2019 12:34:06 +0000 (14:34 +0200)
commit98592c1faca82a9024a64e4ecead68b19f81c299
treec7de2046461b86c028c05a74698d0624b465813b
parentf998a1180e14d0a10d2ffeccec25779ace879c2a
staging: most: sound: pass correct device when creating a sound card

This patch fixes the usage of the wrong struct device when calling
function snd_card_new.

Reported-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Fixes: 69c90cf1b2fa ("staging: most: sound: call snd_card_new with struct device")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/sound/sound.c