]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
sound: Demote deferral errors to INFO level
authorPhil Elwell <phil@raspberrypi.org>
Thu, 9 Feb 2017 14:36:44 +0000 (14:36 +0000)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 16 Feb 2018 22:07:53 +0000 (17:07 -0500)
commit33d3b1407fb640c4191163521529bb0611287722
treed2b2720631e503f2cc24573fe5f63922c92ce681
parentbf183b8511a27fa9fcc691dd42fd216d263a4e0d
sound: Demote deferral errors to INFO level

At present there is no mechanism to specify driver load order,
which can lead to deferrals and repeated retries until successful.
Since this situation is expected, reduce the dmesg level to
INFO and mention that the operation will be retried.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
sound/soc/soc-core.c