[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164916896262.1245964.759396458179093789.b4-ty@arm.com>
Date: Tue, 5 Apr 2022 15:32:48 +0100
From: Sudeep Holla <sudeep.holla@....com>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Cristian Marussi <cristian.marussi@....com>
Cc: Sudeep Holla <sudeep.holla@....com>
Subject: Re: [PATCH] firmware: arm_scmi: Fix sorting of retrieved clock rates
On Fri, 18 Mar 2022 09:28:13 +0000, Cristian Marussi wrote:
> During SCMI Clock protocol initialization, after having retrieved from the
> SCMI platform all the available discrete rates for a specific clock, the
> clock rates array is sorted, unfortunately using a pointer to its end as
> a base instead of its start, so that sorting does not work.
>
> Fix invocation of sort() passing as base a pointer to the start of the
> retrieved clock rates array.
>
> [...]
Applied to sudeep.holla/linux (fixes/scmi), thanks!
[1/1] firmware: arm_scmi: Fix sorting of retrieved clock rates
https://git.kernel.org/sudeep.holla/c/23274739a5
--
Regards,
Sudeep
Powered by blists - more mailing lists