]> 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)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Fri, 9 Mar 2018 15:20:52 +0000 (12:20 -0300)
commit8b8f02a31318094564d49fa85187246272d411a2
treed0592be6e15445f747361cee8f275f88d671a822
parenteb0d8855930f18e44c0cf8c441b0d88686b40f0a
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