ALSA: pcm: Correct broken procfs set up
authorTakashi Iwai <tiwai@suse.de>
Thu, 24 Aug 2017 20:11:07 +0000 (22:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Aug 2017 22:05:16 +0000 (00:05 +0200)
commite6b4c525d94e6fb28d5c4b9eb4016caa12f68841
tree4c6b8f413aa906a2eef178d2320bb64195df447d
parentb8e2204b25a50e389dfb50eeff163fa796a8ec6e
ALSA: pcm: Correct broken procfs set up

The commit c8da9be4a75f ("ALSA: pcm: Adjust nine function calls
together with a variable assignment") contained a badly incorrect
conversion, a "status" PCM procfs creation was replaced with the next
one.  Luckily, this could be spotted easily by the kernel runtime
warning.

Fixes: c8da9be4a75f ("ALSA: pcm: Adjust nine function calls together...")
Reported-by: Fabio Estevam <fabio.estevam@nxp.com>
Tested-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm.c