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

Commit 6d5febbc authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qseecom: Move qseecom_ioctl from inline to normal function"

parents bbd1f702 ba50625c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7121,7 +7121,7 @@ static void __qseecom_clean_data_sglistinfo(struct qseecom_dev_handle *data)
	}
}

static inline long qseecom_ioctl(struct file *file,
static long qseecom_ioctl(struct file *file,
			unsigned int cmd, unsigned long arg)
{
	int ret = 0;