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

Commit 5a8011cb authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

crypto: marvell/cesa - another fix up for of_get_named_gen_pool() rename

parent 9bdc771f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1034,7 +1034,7 @@ static int mv_cesa_get_sram(struct platform_device *pdev,
			     &sram_size);

	cp->sram_size = sram_size;
	cp->sram_pool = of_get_named_gen_pool(pdev->dev.of_node,
	cp->sram_pool = of_gen_pool_get(pdev->dev.of_node,
					"marvell,crypto-srams", 0);
	if (cp->sram_pool) {
		cp->sram = gen_pool_dma_alloc(cp->sram_pool, sram_size,