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

Commit 009228df authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Jonathan Corbet
Browse files

display7seg: BKL pushdown



Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e73322ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ static int d7s_open(struct inode *inode, struct file *f)
{
	if (D7S_MINOR != iminor(inode))
		return -ENODEV;
	cycle_kernel_lock();
	atomic_inc(&d7s_users);
	return 0;
}