Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 605add7d authored by Vipin Kumar's avatar Vipin Kumar Committed by Artem Bityutskiy
Browse files

mtd: fsmc_nand: change the type for regs to void __iomem *

parent db6364a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ static void fsmc_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl)
	struct nand_chip *this = mtd->priv;
	struct fsmc_nand_data *host = container_of(mtd,
					struct fsmc_nand_data, mtd);
	void *__iomem *regs = host->regs_va;
	void __iomem *regs = host->regs_va;
	unsigned int bank = host->bank;

	if (ctrl & NAND_CTRL_CHANGE) {