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

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

Merge "soc: qcom: bgrsb: enable RSB to send command"

parents 5f8925c8 14296de0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -271,6 +271,7 @@ static int bgrsb_tx_msg(struct bgrsb_priv *dev, void *msg, size_t len)
		pr_err("bgrsb-rpmsg is not probed yet, waiting for it to be probed\n");
		goto err_ret;
	}
	rc = bgrsb_rpmsg_tx_msg(msg, len);
	if (rc != 0)
		pr_err("bgrsb_rpmsg_tx_msg failed %d\n", rc);

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include <linux/wait.h>
#include <soc/qcom/subsystem_restart.h>
#include <soc/qcom/subsystem_notif.h>

#include "bgrsb_rpmsg.h"
struct event {
	uint8_t sub_id;
	int16_t evnt_data;