ipmi: Use dedicated API for copying a UUID
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 24 Jan 2019 20:22:20 +0000 (22:22 +0200)
committerCorey Minyard <cminyard@mvista.com>
Sun, 10 Feb 2019 01:48:43 +0000 (19:48 -0600)
commitf32043901a389ee8b5417c0cec547a84a2f9b38a
tree8207111f3a8cd7259a6123263baabb1827e07db1
parent16ccdb552e70e7ae231e7934699fc217e8035d6f
ipmi: Use dedicated API for copying a UUID

Use guid_copy() instead of memcpy() to hide guid_t implementation details and
to show we expect guid_t in a raw buffer.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c