]> Pileus Git - ~andy/linux/blobdiff - net/bluetooth/hci_sysfs.c
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
[~andy/linux] / net / bluetooth / hci_sysfs.c
index 60b93d8219ef00216dd7a68f97e4da36727ac766..937f3187eafa51bbb540db6352535cfb4a30485e 100644 (file)
@@ -444,8 +444,8 @@ static const struct file_operations blacklist_fops = {
 
 static void print_bt_uuid(struct seq_file *f, u8 *uuid)
 {
-       u32 data0, data4;
-       u16 data1, data2, data3, data5;
+       __be32 data0, data4;
+       __be16 data1, data2, data3, data5;
 
        memcpy(&data0, &uuid[0], 4);
        memcpy(&data1, &uuid[4], 2);