diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-07-14 03:59:28 -0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-07-14 04:02:19 -0400 |
commit | a12c53f4fa759b59654b6d5f21eb4070cd45cd54 (patch) | |
tree | ca2c7ff8ecde4cc57518403fbd5ceb48fbe9f9cd /drivers/s390/char/sclp_tty.c | |
parent | 1a89dd8f0b4d7eca2dd4abffb736f37676e1b073 (diff) |
[S390] Cleanup sclp printk messages.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'drivers/s390/char/sclp_tty.c')
-rw-r--r-- | drivers/s390/char/sclp_tty.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/s390/char/sclp_tty.c b/drivers/s390/char/sclp_tty.c index 40b11521cd20..d3b1957cd2f3 100644 --- a/drivers/s390/char/sclp_tty.c +++ b/drivers/s390/char/sclp_tty.c | |||
@@ -25,8 +25,6 @@ | |||
25 | #include "sclp_rw.h" | 25 | #include "sclp_rw.h" |
26 | #include "sclp_tty.h" | 26 | #include "sclp_tty.h" |
27 | 27 | ||
28 | #define SCLP_TTY_PRINT_HEADER "sclp tty driver: " | ||
29 | |||
30 | /* | 28 | /* |
31 | * size of a buffer that collects single characters coming in | 29 | * size of a buffer that collects single characters coming in |
32 | * via sclp_tty_put_char() | 30 | * via sclp_tty_put_char() |
@@ -736,9 +734,6 @@ sclp_tty_init(void) | |||
736 | 734 | ||
737 | rc = sclp_rw_init(); | 735 | rc = sclp_rw_init(); |
738 | if (rc) { | 736 | if (rc) { |
739 | printk(KERN_ERR SCLP_TTY_PRINT_HEADER | ||
740 | "could not register tty - " | ||
741 | "sclp_rw_init returned %d\n", rc); | ||
742 | put_tty_driver(driver); | 737 | put_tty_driver(driver); |
743 | return rc; | 738 | return rc; |
744 | } | 739 | } |
@@ -792,9 +787,6 @@ sclp_tty_init(void) | |||
792 | tty_set_operations(driver, &sclp_ops); | 787 | tty_set_operations(driver, &sclp_ops); |
793 | rc = tty_register_driver(driver); | 788 | rc = tty_register_driver(driver); |
794 | if (rc) { | 789 | if (rc) { |
795 | printk(KERN_ERR SCLP_TTY_PRINT_HEADER | ||
796 | "could not register tty - " | ||
797 | "tty_register_driver returned %d\n", rc); | ||
798 | put_tty_driver(driver); | 790 | put_tty_driver(driver); |
799 | return rc; | 791 | return rc; |
800 | } | 792 | } |