fd9cc20 ArmPkg: Fix Ecc error 3002 in StandaloneMmMmuLib

1 file Authored by Pierre Gondois 3 years ago, Committed by mergify[bot] 3 years ago,
    ArmPkg: Fix Ecc error 3002 in StandaloneMmMmuLib
    
    This patch fixes the following Ecc reported error:
    Non-Boolean comparisons should use a compare operator
    (==, !=, >, < >=, <=)
    
    Cc: Bret Barkelew <bret.barkelew@microsoft.com>
    Cc: Sean Brogan <sean.brogan@microsoft.com>
    Cc: Leif Lindholm <leif@nuviainc.com>
    Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
    Cc: Sami Mujawar <sami.mujawar@arm.com>
    Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
    Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>