On Tue, May 19, 2020 at 14:36:58 +0200, Ard Biesheuvel wrote: > Operator precedence is funny in DEPEX expressions, so let's add some > parentheses to make it self explanatory. The resulting truth value > is the same. > > Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]> Thanks! > --- > Platform/96Boards/96BoardsI2cDxe/96BoardsI2cDxe.inf | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Platform/96Boards/96BoardsI2cDxe/96BoardsI2cDxe.inf > b/Platform/96Boards/96BoardsI2cDxe/96BoardsI2cDxe.inf > index 7e0d6bf21a35..3d9ca559e60b 100644 > --- a/Platform/96Boards/96BoardsI2cDxe/96BoardsI2cDxe.inf > +++ b/Platform/96Boards/96BoardsI2cDxe/96BoardsI2cDxe.inf > @@ -43,4 +43,6 @@ [FixedPcd] > g96BoardsTokenSpaceGuid.PcdI2c1BusFrequencyHz > > [Depex] > - g96BoardsMezzanineProtocolGuid AND g96BoardsI2c0MasterGuid OR > g96BoardsI2c1MasterGuid > + g96BoardsMezzanineProtocolGuid AND ( > + g96BoardsI2c0MasterGuid OR g96BoardsI2c1MasterGuid > + ) > -- > 2.17.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#59823): https://edk2.groups.io/g/devel/message/59823 Mute This Topic: https://groups.io/mt/74323713/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
