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

Commit 05a1b43b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: bgcom: resolve warning error from compiler"

parents 1cc0f314 9b0497aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ static int bgchar_read_cmd(struct bg_ui_data *fui_obj_msg,
static int bgchar_write_cmd(struct bg_ui_data *fui_obj_msg, int type)
{
	void              *write_buf;
	int               ret;
	int               ret = -EINVAL;
	void __user       *write     = (void *)
			(uintptr_t)fui_obj_msg->write;