jsm: Remove the uart port on errors
authorBreno Leitao <leitao@linux.vnet.ibm.com>
Thu, 7 Oct 2010 16:40:42 +0000 (13:40 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:20:10 +0000 (10:20 -0700)
commitabf4f6a51477a68fe144b0c62f10c410b0c41378
tree4631c6d469a746df2fd679ad51dfc9f7203559e8
parent7d172bfefb72a8dae56beff326299c5e21f6f6db
jsm: Remove the uart port on errors

If kzmalloc fails, the uart port is not removed causing a leak.
This patch just add another label that removes the uart when the
kzmalloc fails.

Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/jsm/jsm_driver.c