audk/MdeModulePkg/Bus/Usb/UsbBusDxe
Ruiyu Ni c87ac38cf2 MdeModulePkg/UsbBusDxe: Add missing "return NULL" in UsbCreateDesc()
When (Len < Offset) is TRUE, indicating the data to visit is beyond
the boundary, the error message is printed but the function doesn't
return NULL.

It's a typo when modifying the commit 4c034bf62.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
2018-10-30 09:17:40 +08:00
..
ComponentName.c Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
UsbBus.c MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
UsbBus.h MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
UsbBusDxe.inf MdeModulePkg: Removing ipf which is no longer supported from edk2. 2018-09-06 15:25:16 +08:00
UsbBusDxe.uni MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
UsbBusDxeExtra.uni MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
UsbDesc.c MdeModulePkg/UsbBusDxe: Add missing "return NULL" in UsbCreateDesc() 2018-10-30 09:17:40 +08:00
UsbDesc.h MdeModulePkg/UsbBusDxe: Fixed Clang build error. 2014-09-10 06:14:26 +00:00
UsbEnumer.c MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
UsbEnumer.h MdeMdeModulePkg/UsbBusDxe: If DisconnectController() returns an error the USB Bus Driver would retry the DisconnectController() from a timer event until it succeeds 2013-10-30 03:49:24 +00:00
UsbHub.c MdeModulePkg UsbBusDxe: Remove redundant functions 2018-08-21 16:29:02 +08:00
UsbHub.h MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
UsbUtility.c MdeModulePkg UsbBusDxe: Remove redundant functions 2018-08-21 16:29:02 +08:00
UsbUtility.h MdeModulePkg UsbBusDxe: Remove redundant functions 2018-08-21 16:29:02 +08:00