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

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

mwave-mwavedd: BKL pushdown



Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e3e8e59d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@
#include <linux/serial.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/smp_lock.h>
#include <linux/delay.h>
#include <linux/serial_8250.h>
#include "smapi.h"
@@ -100,6 +101,7 @@ static int mwave_open(struct inode *inode, struct file *file)
	PRINTK_2(TRACE_MWAVE,
		"mwavedd::mwave_open, exit return retval %x\n", retval);

	cycle_kernel_lock();
	return retval;
}