mirror of https://github.com/acidanthera/audk.git
When a UEFI_DRIVER attempts to open a protocol interface with BY_DRIVER
attribute that it already has open with BY_DRIVER attribute,
OpenProtocol() returns EFI_ALREADY_STARTED. This is not an error. The
UEFI-2.7 spec currently says,
> EFI_ALREADY_STARTED -- Attributes is BY_DRIVER and there is an item on
> the open list with an attribute of BY_DRIVER
> whose agent handle is the same as AgentHandle.
Downgrade the log mask for this one condition to DEBUG_INFO, in
SataControllerStart(). This will match the log mask of the other two
informative messages in this function.
(ported from commit
|
||
---|---|---|
.. | ||
ComponentName.c | ||
SataController.c | ||
SataController.h | ||
SataControllerDxe.inf | ||
SataControllerDxe.uni | ||
SataControllerDxeExtra.uni |