]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Xway: Don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Thu, 16 May 2013 10:15:59 +0000 (10:15 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 20 May 2013 21:46:04 +0000 (23:46 +0200)
commit3b5f204ea2dbaa9047b11dc9c72ee4f8069b643a
treef61daec5286a25bc00209fa96465821ce3773c26
parent4fea8ef913808913fc2d9edcd2b88728386f59cc
MIPS: Xway: Don't check resource with devm_ioremap_resource

devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: John Crispin <blogic@openwrt.org>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5245/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lantiq/xway/gptu.c