| From: |
| Martin Schwidefsky <schwidefsky@de.ibm.com> |
| To: |
| linux-kernel@vger.kernel.org, torvalds@transmeta.com |
| Subject: |
| [PATCH] s390 (7/7): tty3215_init. |
| Date: |
| Fri, 27 Jun 2003 17:09:48 +0200 |
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/