commit | f37b451f45a2fb0704b5d152563c921639f98eb8 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Apr 22 16:05:39 2020 +0300 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Apr 22 16:26:03 2020 -0700 |
tree | cc5530fd871c714d44988406304e724912e2fecb | |
parent | ae83d0b416db002fe95601e7f97f64b59514d936 [diff] |
libnvdimm: Replace guid_copy() with import_guid() where it makes sense There is a specific API to treat raw data as GUID, i.e. import_guid(). Use it instead of guid_copy() with explicit casting. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Link: https://lore.kernel.org/r/20200422130539.45636-1-andriy.shevchenko@linux.intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>