diff options
author | 2007-10-16 12:29:34 +0200 | |
---|---|---|
committer | 2007-10-16 12:29:34 +0200 | |
commit | 3eed13fd933dbb81db12f7cdec6de9268c4443b5 (patch) | |
tree | c16913706acffd4a0b29ec12cd68906b708c9a8a /crypto/digest.c | |
parent | Merge branch 'barrier' into for-linus (diff) | |
parent | SPARC64: sg chaining support (diff) | |
download | linux-dev-3eed13fd933dbb81db12f7cdec6de9268c4443b5.tar.xz linux-dev-3eed13fd933dbb81db12f7cdec6de9268c4443b5.zip |
Merge branch 'sglist-arch' into for-linus
Diffstat (limited to 'crypto/digest.c')
-rw-r--r-- | crypto/digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/digest.c b/crypto/digest.c index 1bf7414aeb9e..e56de6748b15 100644 --- a/crypto/digest.c +++ b/crypto/digest.c @@ -77,7 +77,7 @@ static int update2(struct hash_desc *desc, if (!nbytes) break; - sg = sg_next(sg); + sg = scatterwalk_sg_next(sg); } return 0; |