Hi Marcel, On Tue, Mar 20, 2012 at 09:18:27AM -0700, Marcel Holtmann wrote: > > > > - memcpy(&val, &uuid128[12], 4); > > - > > - val = le32_to_cpu(val); > > + val = get_unaligned_le32(uuid128 + 12); > > if (val > 0xffff) > > return 0; > > > > since Gustavo already applied this patch, don't bother ;) It was not pushed when I sent updated version. Best regards Andrei Emeltchenko -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html