29 Nov
2013
29 Nov
'13
1:04 p.m.
On Thu, Nov 28, 2013 at 06:19:43PM +0000, Mark Brown wrote:
On Thu, Nov 28, 2013 at 04:37:51PM +0000, Charles Keepax wrote:
When locating the memory region relating to a coefficient block written through a bin file we keep processing the list of regions even after we have found the region we require. This patch adds a break, so we don't process redundant list items.
Applied, thanks. I didn't look but does the same issue exist in the main firmware load, it's probably following the same pattern?
I had a look, no similar issues in the main firmware load.
Thanks, Charles