[rtems commit] bsps: Remove debug output in shared console driver

Sebastian Huber sebh at rtems.org
Fri Jun 21 08:23:25 UTC 2013


Module:    rtems
Branch:    master
Commit:    a4bc725ecbda3855ac9bd6fbe6a03bdaf0b743f1
Changeset: http://git.rtems.org/rtems/commit/?id=a4bc725ecbda3855ac9bd6fbe6a03bdaf0b743f1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun 18 17:45:50 2013 +0200

bsps: Remove debug output in shared console driver

---

 c/src/lib/libbsp/shared/console.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/c/src/lib/libbsp/shared/console.c b/c/src/lib/libbsp/shared/console.c
index 7aba7ac..9780bf4 100644
--- a/c/src/lib/libbsp/shared/console.c
+++ b/c/src/lib/libbsp/shared/console.c
@@ -294,10 +294,6 @@ rtems_device_driver console_initialize(
       }
 
       if (minor == Console_Port_Minor) {
-#if defined(RTEMS_DEBUG)
-          if (port->sDeviceName != NULL)
-            printk( "Register %s as the CONSOLE\n", port->sDeviceName );
-#endif
         status = rtems_io_register_name( "dev/console", major, minor );
         if (status != RTEMS_SUCCESSFUL) {
           bsp_generic_fatal( BSP_GENERIC_FATAL_CONSOLE_REGISTER_DEV_1 );




More information about the vc mailing list