]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACE
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 29 Jun 2020 17:23:58 +0000 (20:23 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 3 Sep 2020 09:21:08 +0000 (12:21 +0300)
commitfa1653d99cc8296628e4fa949afad6f87889d14b
treeb1e459bd281cbc3e1e8af786108e4f3ee980e383
parent0637e3df17be8c3b41c1dc9b8d066d9d35044be3
thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACE

This may be returned for example when accessing some of the vendor
specific capabilities. It is not fatal by any means so instead of WARN()
just log it as debug level. The caller gets error back anyway and is
expected to handle it accordingly.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thunderbolt/ctl.c