[IA64] ioc3_serial: release resources in error return path
authorRahul Ruikar <rahul.ruikar@gmail.com>
Fri, 1 Oct 2010 20:32:45 +0000 (13:32 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 1 Oct 2010 20:32:45 +0000 (13:32 -0700)
commit35ed16740c564ff092fe45804dfbbb1449f2bd7e
tree448962071cddcc52a69f00f10d92362c374b24bf
parentdf0a59a14c693647da4097ba3578c524c452fd0d
[IA64] ioc3_serial: release resources in error return path

In ioc3uart_probe()
resources were not released during error return path
- ports[phys_port]

Signed-off-by: Rahul Ruikar <rahul.ruikar@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/serial/ioc3_serial.c