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

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

Merge "asoc: fix KW issue of using uninitialized variable"

parents 962dbda2 fad1a7b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5819,7 +5819,7 @@ static int __afe_port_start(u16 port_id, union afe_port_config *afe_config,
	union afe_port_config port_cfg;
	struct param_hdr_v3 param_hdr;
	int ret = 0;
	int cfg_type;
	int cfg_type = 0;
	int index = 0;
	enum afe_mad_type mad_type;
	uint16_t port_index;