ipmi: Replace guid_copy() with import_guid() where it makes sense
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Apr 2020 13:03:48 +0000 (16:03 +0300)
committerCorey Minyard <cminyard@mvista.com>
Mon, 18 May 2020 11:32:02 +0000 (06:32 -0500)
commit878caa96596963ba2d73393572b02624cd23e4ff
tree28e337d7ef954ac40867cac7c9c11afad1c2feb6
parent7c47a219b95d0e06b5ef5fcc7bad807895015eac
ipmi: 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>
Message-Id: <20200422130348.38749-1-andriy.shevchenko@linux.intel.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c