From: Marcel Holtmann Date: Sat, 19 Oct 2013 16:31:59 +0000 (-0700) Subject: Bluetooth: Fix UUID values in debugfs file X-Git-Tag: v3.13-rc1~105^2~23^2^2~4^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f01aa93ff590ddd6a77cde41c25b6022d93769;p=pandora-kernel.git Bluetooth: Fix UUID values in debugfs file The uuid entry struct is used for the UUID byte stream. That is actually the wrong value. The correct value is uuid->uuid. Besides fixing this up, use the %pUb modifier to print the UUID string. However since the UUID is stored in big endian with reversed byte order, change the byte order before printing. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed