mei: make modules.alias UUID information easier to read
authorPrarit Bhargava <prarit@redhat.com>
Thu, 10 Sep 2015 07:17:59 +0000 (10:17 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 02:30:09 +0000 (19:30 -0700)
commit59796edcf21c7c19d58a223001f9ed13746c51c2
tree28b484ac7802cee5eaf31ca610d318b166d609e5
parent6c56026bfbe3a4e11f35c612ff400345c8acb5f9
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>
drivers/misc/mei/bus.c
include/linux/mod_devicetable.h
scripts/mod/file2alias.c