From: Sudip Mukherjee Date: Thu, 6 Nov 2014 13:30:42 +0000 (+0530) Subject: serial: MIPS: lantiq: use devm_iounmap instead of iounmap X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1511316fbd1c690ad0a16324d88fb5ec45d6be36;p=pandora-kernel.git serial: MIPS: lantiq: use devm_iounmap instead of iounmap port->membase was allocated using devm_ioremap_nocache, so ideally we should unmap it using devm_iounmap. but it was using iounmap. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed