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

Commit e7c4f03b authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents d9244b5d d315a0e0
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -82,10 +82,11 @@ int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err)
	if (err)
		return err;

	if (nbytes) {
		walk->offset = 0;

	if (nbytes)
		walk->pg++;
		return hash_walk_next(walk);
	}

	if (!walk->total)
		return 0;