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

Commit 5efee174 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

[PATCH] geode-aes: use unsigned long for spin_lock_irqsave

parent 57bf63d6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -99,9 +99,8 @@ do_crypt(void *src, void *dst, int len, u32 flags)
static unsigned int
geode_aes_crypt(struct geode_aes_op *op)
{

	u32 flags = 0;
	int iflags;
	unsigned long iflags;

	if (op->len == 0 || op->src == op->dst)
		return 0;