X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FEhciDxe%2FEhciDebug.c;h=577eccd25f01e70598ab150e92c5c2df9296beac;hp=bf134206d5a50f658f4db9a68adbe579ab10aacf;hb=8776881fe8fc4d810be60a3bb76674cb43a1d402;hpb=1bd57b6e769eb060166e2b6b83b46235140ea536 diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c index bf134206d5..577eccd25f 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c @@ -255,4 +255,4 @@ EhcDumpRegs ( for (Index = 0; Index < (UINT8) (Ehc->HcStructParams & HCSP_NPORTS); Index++) { DEBUG ((EFI_D_INFO, " EHC_PORT_STAT_OFFSET(%d) = 0x%08x\n", Index, EhcReadOpReg (Ehc, EHC_PORT_STAT_OFFSET + (4 * Index)))); } -} \ No newline at end of file +}