thunderbolt: Show key using %*pE not %*pEp
authorJ. Bruce Fields <bfields@fieldses.org>
Tue, 6 Aug 2019 10:57:50 +0000 (06:57 -0400)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 6 Aug 2019 12:35:43 +0000 (15:35 +0300)
commit04f7745300edbb3fbb9447586b0aafeef28abd51
tree0dbde6e3b4c2fc00bc845a0e498939dea01ea571
parent100c12f20dfa463d52f9327b71c1806dcde82852
thunderbolt: Show key using %*pE not %*pEp

%*pEp (without "h" or "o") is a no-op.  This string could contain
arbitrary (non-NULL) characters, so we do want escaping.  Use %*pE like
every other caller.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/xdomain.c