hyper-v: Supply GUID pointer to printf() like functions
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Apr 2020 13:45:03 +0000 (16:45 +0300)
committerWei Liu <wei.liu@kernel.org>
Wed, 20 May 2020 09:13:59 +0000 (09:13 +0000)
commit458c4475be9ae42e248963b2db732266d40408b7
treec6e51fe7b8f08e5b32b7a6e76fee137ce1a9014b
parent69f57058badded5c523871bbaaaf60b637bcf623
hyper-v: Supply GUID pointer to printf() like functions

Drop dereference when printing the GUID with printf() like functions.
This allows to hide the uuid_t internals.

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