cd5b2ae MdeModulePkg: Remove superfluous return statements

4 files Authored by Thomas Huth 7 years ago, Committed by Star Zeng 7 years ago,
    MdeModulePkg: Remove superfluous return statements
    
    If the code eventually returns "Status" anyway, it does not make
    sense to explicitly return "Status" in case of an error, too.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Thomas Huth <thuth@redhat.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>