projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bdc771
)
crypto: marvell/cesa - another fix up for of_get_named_gen_pool() rename
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 3 Jul 2015 03:49:37 +0000
(13:49 +1000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 3 Jul 2015 18:37:02 +0000
(11:37 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/crypto/mv_cesa.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/mv_cesa.c
b/drivers/crypto/mv_cesa.c
index 5bcd575fa96f1b80d3e9a15cabc2898c79d50fdf..e6b658faef63a37df57e497b45637f7815e7dbf5 100644
(file)
--- a/
drivers/crypto/mv_cesa.c
+++ b/
drivers/crypto/mv_cesa.c
@@
-1034,8
+1034,8
@@
static int mv_cesa_get_sram(struct platform_device *pdev,
&sram_size);
cp->sram_size = sram_size;
- cp->sram_pool = of_ge
t_named_gen_pool
(pdev->dev.of_node,
-
"marvell,crypto-srams", 0);
+ cp->sram_pool = of_ge
n_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,
&cp->sram_dma);