mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
mei: make modules.alias UUID information easier to read
scripts/mod/file2alias.c:add_uuid() convert UUID into a single string which does not conform to the standard little endian UUID formatting. This patch changes add_uuid() to output same format as %pUL and modifies the mei driver to match the change. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6c56026bfb
commit
59796edcf2
3 changed files with 7 additions and 12 deletions
|
@ -601,10 +601,6 @@ struct ipack_device_id {
|
|||
|
||||
#define MEI_CL_MODULE_PREFIX "mei:"
|
||||
#define MEI_CL_NAME_SIZE 32
|
||||
#define MEI_CL_UUID_FMT "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x"
|
||||
#define MEI_CL_UUID_ARGS(_u) \
|
||||
_u[0], _u[1], _u[2], _u[3], _u[4], _u[5], _u[6], _u[7], \
|
||||
_u[8], _u[9], _u[10], _u[11], _u[12], _u[13], _u[14], _u[15]
|
||||
|
||||
/**
|
||||
* struct mei_cl_device_id - MEI client device identifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue