diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-06-05 09:54:49 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-06-05 09:54:49 +0200 |
commit | 4241119eeb14f762e2d7f6e7c52afd22cea1de37 (patch) | |
tree | 655a153ca0517acb93b1eea776bad49ce5d8b050 /drivers/tty/serial/altera_uart.c | |
parent | mm, x86/mm: Make the batched unmap TLB flush API more generic (diff) | |
parent | Linux 4.12-rc4 (diff) | |
download | linux-4241119eeb14f762e2d7f6e7c52afd22cea1de37.tar.xz linux-4241119eeb14f762e2d7f6e7c52afd22cea1de37.zip |
Merge tag 'v4.12-rc4' into x86/mm, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/tty/serial/altera_uart.c')
-rw-r--r-- | drivers/tty/serial/altera_uart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/altera_uart.c b/drivers/tty/serial/altera_uart.c index 46d3438a0d27..3e4b717670d7 100644 --- a/drivers/tty/serial/altera_uart.c +++ b/drivers/tty/serial/altera_uart.c @@ -615,6 +615,7 @@ static int altera_uart_remove(struct platform_device *pdev) if (port) { uart_remove_one_port(&altera_uart_driver, port); port->mapbase = 0; + iounmap(port->membase); } return 0; |