Revision: 15336
          http://sourceforge.net/p/edk2/code/15336
Author:   li-elvin
Date:     2014-03-18 07:43:27 +0000 (Tue, 18 Mar 2014)
Log Message:
-----------
Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables 
failed.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin...@intel.com>
Reviewed-by: Jiewen Yao <jiewen....@intel.com>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c

Modified: trunk/edk2/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c    
2014-03-17 17:18:08 UTC (rev 15335)
+++ trunk/edk2/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c    
2014-03-18 07:43:27 UTC (rev 15336)
@@ -2,7 +2,7 @@
   Produces Simple Text Input Protocol, Simple Text Input Extended Protocol and
   Simple Text Output Protocol upon Serial IO Protocol.
 
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD 
License
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -1462,7 +1462,6 @@
                   VariableSize,
                   Variable
                   );
-  ASSERT_EFI_ERROR (Status);
   FreePool (Variable);
 
   return ;
@@ -1570,7 +1569,6 @@
                     VariableSize,
                     NewVariable
                     );
-    ASSERT_EFI_ERROR (Status);
   }
 
   if (NewVariable != NULL) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to