Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorTakashi Iwai <tiwai@suse.de>
Fri, 18 Jan 2019 14:17:17 +0000 (15:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Jan 2019 14:17:17 +0000 (15:17 +0100)
commitb3c4014c2b25856b9aeaf0792df330e417a8bd7b
treeeff94eaaf9bc218c4fea5cb939941461fe066123
parent687ae9e287b3a1a71e5e1c2a9c96b23d70768821
parent4cb79ef9c6c4413427cd70afbb1f3bc01e9b7abf
Merge tag 'asoc-fix-v5.0-rc2' of https://git./linux/kernel/git/broonie/sound into for-linus

ASoC: Fixes for v5.0

Quite a big batch of fixes here.  There's a couple of things going on,
the main one is that we found some issues with not deferring probe when
we should, causing us to skip some driver initialization.  The fixes for
this then in turn exposed some issues with how we were searching for
components which had previously gone unnoticed due to the original
issue.

There's also been the normal driver specific stuff and there's been what
looks like several batches of automated scanning for issues which have
generated quite a large set of smaller fixes for potential crashes and
missed error handling.