[PATCH] s390 (7/7): tty3215_init.

From: Martin Schwidefsky (schwidefsky@de.ibm.com)
Date: Fri Jun 27 2003 - 10:09:48 EST


Add return statement to tty init function of 3215 driver.

diffstat:
 drivers/s390/char/con3215.c | 1 +
 1 files changed, 1 insertion(+)

diff -urN linux-2.5/drivers/s390/char/con3215.c linux-2.5-s390/drivers/s390/char/con3215.c
--- linux-2.5/drivers/s390/char/con3215.c Sun Jun 22 20:32:58 2003
+++ linux-2.5-s390/drivers/s390/char/con3215.c Fri Jun 27 16:04:41 2003
@@ -1215,6 +1215,7 @@
                 return ret;
         }
         tty3215_driver = driver;
+ return 0;
 }
 
 static void __exit
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 30 2003 - 22:00:26 EST