Check in patch to refine DevicePath Module and USB2HostController Module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1117 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -479,7 +479,7 @@ EhciDriverBindingStart (
|
||||
//
|
||||
// Create AsyncRequest Polling Timer
|
||||
//
|
||||
Status = CreatePollingTimer (HcDev, AsyncRequestMoniter);
|
||||
Status = CreatePollingTimer (HcDev, (EFI_EVENT_NOTIFY) AsyncRequestMoniter);
|
||||
if (EFI_ERROR (Status)) {
|
||||
Status = EFI_OUT_OF_RESOURCES;
|
||||
goto deinit_memory_management;
|
||||
@@ -886,7 +886,7 @@ EhciReset (
|
||||
//
|
||||
Status = SetFrameListBaseAddr (
|
||||
HcDev,
|
||||
(UINT32) GET_0B_TO_31B (HcDev->PeriodicFrameListBuffer)
|
||||
GET_0B_TO_31B (HcDev->PeriodicFrameListBuffer)
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
Status = EFI_DEVICE_ERROR;
|
||||
|
Reference in New Issue
Block a user