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

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

Merge "dsp: fix compilation issue in dynamic load/unload BT modules"

parents 38973a89 ed505121
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@ static int q6afe_load_avcs_modules(int num_modules, u16 port_id,
	struct avcs_load_unload_modules_sec_payload sec_payload;

	if (num_modules <= 0) {
		pr_err("%s: Invalid number of modules to load\n");
		pr_err("%s: Invalid number of modules to load\n", __func__);
		return -EINVAL;
	}

+1 −1
Original line number Diff line number Diff line
@@ -937,7 +937,7 @@ int32_t q6core_avcs_load_unload_modules(struct avcs_load_unload_modules_payload
	int num_modules;

	if (payload == NULL) {
		pr_err("%s: payload is null\n");
		pr_err("%s: payload is null\n", __func__);
		return -EINVAL;
	}