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

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

Merge "coresight: stm: Free channels in stm_output_disclaim"

parents c44a7f23 545575ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,8 +219,8 @@ stm_output_disclaim(struct stm_device *stm, struct stm_output *output)
	bitmap_release_region(&master->chan_map[0], output->channel,
			      ilog2(output->nr_chans));

	output->nr_chans = 0;
	master->nr_free += output->nr_chans;
	output->nr_chans = 0;
}

/*