]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: mxs-auart: put the device in the error path
authorHuang Shijie <b32955@freescale.com>
Tue, 11 Sep 2012 07:30:30 +0000 (15:30 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Sep 2012 19:21:33 +0000 (12:21 -0700)
commit23666a74c9f552bc9cfef20ded1b8b29bedb80c6
tree928253889b5fa1e00a59ad72e2d2ca1ad0bc2d9f
parentcdd86b277dc82220aa630414896505517a02a201
serial: mxs-auart: put the device in the error path

The mxs_auart_probe() gets the device by the get_device().
So we should put the device in the error path to balance the
device's reference counter.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mxs-auart.c