hyper-v: Use UUID API for exporting the GUID (part 2)
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Apr 2020 13:45:02 +0000 (16:45 +0300)
committerWei Liu <wei.liu@kernel.org>
Wed, 20 May 2020 09:13:58 +0000 (09:13 +0000)
commit69f57058badded5c523871bbaaaf60b637bcf623
tree4faed1a078d834f657d2806d6b643f64983e566a
parent88b42da6e3dc9adbdc3d7e1a9293ddf3d84f1021
hyper-v: Use UUID API for exporting the GUID (part 2)

This is a follow up to the commit 1d3c9c075462
  ("hyper-v: Use UUID API for exporting the GUID")
which starts the conversion.

There is export_guid() function which exports guid_t to the u8 array.
Use it instead of open coding variant.

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-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hv_trace.h