staging: dgnc: Fix a NULL pointer dereference
authorDaeseok Youn <daeseok.youn@gmail.com>
Wed, 4 May 2016 05:41:22 +0000 (14:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 May 2016 05:57:14 +0000 (22:57 -0700)
commita0ca97b808c06793fd9dfb69243ce945c9fff501
tree766f7514ac832b6937ba161123ec4d2475648ef6
parentd13829686bba3e06e2217f044beb8fd5a9abf792
staging: dgnc: Fix a NULL pointer dereference

The error handling for print_drive after calling tty_alloc_driver()
was needed. But there was error handling but too late for this.
Error handling code moved after tty_alloc_driver() call.

Fixes: 60b3109e5e2d ("staging: dgnc: use tty_alloc_driver instead of kcalloc")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c