mtd: onenand: samsung: remove incorrect __iomem annotation
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 13 Jan 2018 16:56:16 +0000 (17:56 +0100)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Sun, 14 Jan 2018 14:04:56 +0000 (15:04 +0100)
commit6837befde3a6b42a36c894a4f86bafdc6db82534
tree38f4212375805a1f815ee3e0d3725c73b3a4155e
parentb4525db6f0c6dc02ad2bde08a3bcdcf0ad7891d4
mtd: onenand: samsung: remove incorrect __iomem annotation

'page_buf' and 'oob_buf' are allocated with 'devm_kzalloc()' and should not
have __iomem decoration.

Remove these decorations and some useless casting.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/onenand/samsung.c