Commit 3e945197 authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by Linus Torvalds

[PATCH] s390: tty3215_init.

Add return statement to tty init function of 3215 driver.
parent 869ad956
......@@ -1215,6 +1215,7 @@ tty3215_init(void)
return ret;
}
tty3215_driver = driver;
return 0;
}
static void __exit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment