really set controller_data in ohci

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-21 20:54:20 +02:00
parent 5a2823c191
commit b481fe847a

View file

@ -832,6 +832,8 @@ grub_ohci_setup_transfer (grub_usb_controller_t dev,
}
}
transfer->controller_data = cdata;
return GRUB_USB_ERR_NONE;
}