[PATCH] msm_serial: add missing iounmap() on error in msm_request_port()

2013-07-16 Thread Wei Yongjun
From: Wei Yongjun Add the missing iounmap() before return from msm_request_port() in the error handling case. Signed-off-by: Wei Yongjun --- drivers/tty/serial/msm_serial.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/seri

Re: [PATCH] msm_serial: add missing iounmap() on error in msm_request_port()

2013-07-17 Thread Ivan T. Ivanov
On Wed, 2013-07-17 at 13:34 +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Add the missing iounmap() before return from msm_request_port() > in the error handling case. > Reviewed-by: Ivan T. Ivanov Regards, Ivan > Signed-off-by: Wei Yongjun > --- > drivers/tty/serial/msm_serial.c | 4