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

Commit 9b62d864 authored by Eric Miao's avatar Eric Miao Committed by David Woodhouse
Browse files

[MTD] [NAND] pxa: fix incorrect calling of pxa3xx_nand_config() on resume path

parent c3b25b32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1216,7 +1216,7 @@ static int pxa3xx_nand_resume(struct platform_device *pdev)

	clk_enable(info->clk);

	return pxa3xx_nand_config_flash(info);
	return pxa3xx_nand_config_flash(info, info->flash_info);
}
#else
#define pxa3xx_nand_suspend	NULL