hyper-v: Replace open-coded variant of %*phN specifier
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Apr 2020 13:45:04 +0000 (16:45 +0300)
committerWei Liu <wei.liu@kernel.org>
Wed, 20 May 2020 09:13:59 +0000 (09:13 +0000)
commit0027e3fd6d907c81097ab656de2521854f37b9a6
tree4c0e054f68fa7fc1eb23da542cd1d4861787f371
parent458c4475be9ae42e248963b2db732266d40408b7
hyper-v: Replace open-coded variant of %*phN specifier

printf() like functions in the kernel have extensions, such as
%*phN to dump small pieces of memory as hex values.

Replace print_alias_name() with the direct use of %*phN.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200423134505.78221-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/vmbus_drv.c