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

Commit 042bd1ff authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 2f7989ef 2716fbf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ static inline int ablkcipher_next_slow(struct ablkcipher_request *req,

	p = kmalloc(n, GFP_ATOMIC);
	if (!p)
		ablkcipher_walk_done(req, walk, -ENOMEM);
		return ablkcipher_walk_done(req, walk, -ENOMEM);

	base = p + 1;