aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/digest.c')
-rw-r--r--crypto/digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/digest.c b/crypto/digest.c
index 52845f53f8e1..6fd43bddd545 100644
--- a/crypto/digest.c
+++ b/crypto/digest.c
@@ -75,7 +75,7 @@ static int update2(struct hash_desc *desc,
75 75
76 if (!nbytes) 76 if (!nbytes)
77 break; 77 break;
78 sg = sg_next(sg); 78 sg = scatterwalk_sg_next(sg);
79 } 79 }
80 80
81 return 0; 81 return 0;