s390/3270: fix initialization order in tty3270_alloc_view
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 8 Jan 2013 14:20:05 +0000 (15:20 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 14 Feb 2013 14:55:01 +0000 (15:55 +0100)
commit57985d7e1e48f16548aa6904264e21bca15af0fc
treefd6d29f4c5ceacbb6315125f0c121d2da830f0d1
parent736c9fd2902d919b075cf9cf371d1733c5ff635d
s390/3270: fix initialization order in tty3270_alloc_view

Corrects the order of tasklet_init vs. the allocation of the
read request which has been broken by git commit 9d2ae233
"TTY: tty3270, move initialization to allocation".

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/tty3270.c