]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer function
authorStar Zeng <star.zeng@intel.com>
Wed, 24 Oct 2018 11:27:22 +0000 (19:27 +0800)
committerStar Zeng <star.zeng@intel.com>
Sun, 28 Oct 2018 13:20:07 +0000 (21:20 +0800)
commit4f792685e476dfd1e777033492207335ea804c9f
treea34acc5dd1ad6c185bbe2a65abd19c24dc87bd2a
parent6681582dcce3a08ce3cb3042b2f4a09e9d3c9d72
MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer function

V3:
Match function parameter name and description between
EhciSched.c and EhciSched.h.

V2:
Add the missing "gBS->FreePool (Data);".

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1274

Extract new EhciInsertAsyncIntTransfer function from
EhcAsyncInterruptTransfer.

It is code preparation for following patch,
no essential functional change.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h