Re: [PATCH 2/2] serial: mxs-auart: put the device in mxs_auart_probe()

2012-09-06 Thread Huang Shijie
于 2012年09月07日 10:43, Shawn Guo 写道: On Thu, Sep 06, 2012 at 10:38:41PM -0400, Huang Shijie wrote: We call the get_device() in the mxs_auart_probe(). For the balance of the reference count, we should put the device in the mxs_auart_remove(). Signed-off-by: Huang Shijie ---

Re: [PATCH 2/2] serial: mxs-auart: put the device in mxs_auart_probe()

2012-09-06 Thread Shawn Guo
On Thu, Sep 06, 2012 at 10:38:41PM -0400, Huang Shijie wrote: > We call the get_device() in the mxs_auart_probe(). > For the balance of the reference count, we should put the > device in the mxs_auart_remove(). > > Signed-off-by: Huang Shijie > --- > drivers/tty/serial/mxs-auart.c |1 + > 1

[PATCH 2/2] serial: mxs-auart: put the device in mxs_auart_probe()

2012-09-06 Thread Huang Shijie
We call the get_device() in the mxs_auart_probe(). For the balance of the reference count, we should put the device in the mxs_auart_remove(). Signed-off-by: Huang Shijie --- drivers/tty/serial/mxs-auart.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[PATCH 2/2] serial: mxs-auart: put the device in mxs_auart_probe()

2012-09-06 Thread Huang Shijie
We call the get_device() in the mxs_auart_probe(). For the balance of the reference count, we should put the device in the mxs_auart_remove(). Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/tty/serial/mxs-auart.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 2/2] serial: mxs-auart: put the device in mxs_auart_probe()

2012-09-06 Thread Shawn Guo
On Thu, Sep 06, 2012 at 10:38:41PM -0400, Huang Shijie wrote: We call the get_device() in the mxs_auart_probe(). For the balance of the reference count, we should put the device in the mxs_auart_remove(). Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/tty/serial/mxs-auart.c |

Re: [PATCH 2/2] serial: mxs-auart: put the device in mxs_auart_probe()

2012-09-06 Thread Huang Shijie
于 2012年09月07日 10:43, Shawn Guo 写道: On Thu, Sep 06, 2012 at 10:38:41PM -0400, Huang Shijie wrote: We call the get_device() in the mxs_auart_probe(). For the balance of the reference count, we should put the device in the mxs_auart_remove(). Signed-off-by: Huang Shijieshij...@gmail.com ---