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

Commit f39edadd authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 7ea66001 f5908267
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -158,10 +158,11 @@ static ssize_t rng_dev_read(struct file *filp, char __user *buf,
			goto out;
		}
	}
out_unlock:
	mutex_unlock(&rng_mutex);
out:
	return ret ? : err;
out_unlock:
	mutex_unlock(&rng_mutex);
	goto out;
}