ipmi: Use defined constant for UUID representation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 24 Jan 2019 20:22:19 +0000 (22:22 +0200)
committerCorey Minyard <cminyard@mvista.com>
Sun, 10 Feb 2019 01:48:43 +0000 (19:48 -0600)
commit16ccdb552e70e7ae231e7934699fc217e8035d6f
tree7b2ad4d31ac2567703ea0fdf6e5d150ce3bff996
parent83af41947c5cbdf33c78f4818bb0cb23da39d132
ipmi: Use defined constant for UUID representation

Instead of magic number use pre-defined constant for UUID binary and
string representations.

While here, drop the implementation details of guid_t type.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[Also converted a "17" in the error string to UUID_SIZE + 1]
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c