Index: uspace/lib/usbhost/src/usb2_bus.c
===================================================================
--- uspace/lib/usbhost/src/usb2_bus.c	(revision a57fa325b051d5e952ced94f3f203b231c8f259a)
+++ uspace/lib/usbhost/src/usb2_bus.c	(revision 061274f1f58e5da465bdaa7144a7d51fb2e76d07)
@@ -142,5 +142,5 @@
 	usb_log_debug("Device(%d): Setting USB address.", address);
 	err = bus_device_send_batch_sync(dev, usb2_default_target, USB_DIRECTION_OUT,
-	    NULL, 0, *(uint64_t *)&set_address, "set address", NULL);
+	    NULL, 0, set_address.raw, "set address", NULL);
 	if (err) {
 		usb_log_error("Device(%d): Failed to set new address: %s.",
