From mboxrd@z Thu Jan 1 00:00:00 1970 From: rjw@rjwysocki.net (Rafael J. Wysocki) Date: Thu, 08 Feb 2018 11:05:41 +0100 Subject: [PATCH -next] cpufreq: scpi: fix error return code in scpi_cpufreq_init() In-Reply-To: <15661228-4bb6-233e-b81b-8f51f4579616@arm.com> References: <1516673342-170261-1-git-send-email-weiyongjun1@huawei.com> <15661228-4bb6-233e-b81b-8f51f4579616@arm.com> Message-ID: <2101717.6379XIZ7aP@aspire.rjw.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday, January 23, 2018 11:14:41 AM CET Sudeep Holla wrote: > > On 23/01/18 02:09, Wei Yongjun wrote: > > Fix to return a negative error code from the clk_get() error handling > > case instead of 0, as done elsewhere in this function. > > > > Thanks for catching this. > > Acked-by: Sudeep Holla Patch applied, thanks!