]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: 8250_platform: Remove duplicate mapping
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 12 Aug 2024 15:47:03 +0000 (18:47 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2024 06:22:50 +0000 (08:22 +0200)
commitacf7c31def54147964955b61b883d440e0fd1a7f
treeacf1f5ba895bfcd5a217bbd101af408109bfb37d
parent7c199bd2fdcbc221b6f77d624c34f864ad938487
serial: 8250_platform: Remove duplicate mapping

UPF_IOREMAP is for serial core to map the resource on behalf of the
driver. No need to perform this explicitly in the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240812154901.1068407-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_platform.c