Re: [PATCH] stm class: Fix channel free in stm output free path

2019-04-05 Thread Alexander Shishkin
Sai Prakash Ranjan writes: > From: Tingwei Zhang > > Number of free masters is not set correctly in stm > free path. Fix this by properly adding the number > of output channels before setting them to 0 in > stm_output_disclaim(). > > Currently it is equivalent to doing nothing since > master->nr

Re: [PATCH] stm class: Fix channel free in stm output free path

2019-04-05 Thread Suzuki K Poulose
On 05/04/2019 11:24, Sai Prakash Ranjan wrote: From: Tingwei Zhang Number of free masters is not set correctly in stm free path. Fix this by properly adding the number of output channels before setting them to 0 in stm_output_disclaim(). Currently it is equivalent to doing nothing since mas