]> git.baikalelectronics.ru Git - kernel.git/commit
serial: xuartps: Fix register space size.
authorThomas Betker <thomas.betker@rohde-schwarz.com>
Wed, 11 Mar 2015 21:39:25 +0000 (22:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 21:52:29 +0000 (22:52 +0100)
commit7975469655b510737d250652f4bc5521669541ab
treec0d7676821679da67d9a4f8b5505233f572af53f
parent1a48bf2349c9a186a305c399067a79a219d2e836
serial: xuartps: Fix register space size.

The register space size is 0x1000, and this value [not 0xfff] should be
provided to request_mem_region(), ioremap(), etc.

Signed-off-by: Thomas Betker <thomas.betker@rohde-schwarz.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c