Re: [PATCH v4 3/7] MIPS: Loongson64: Add support for the Loongson-2K1000 to get cpu_clock_freq
From: zhangqing <hidden>
Date: 2021-03-10 09:38:44
Also in:
linux-mips, lkml
From: zhangqing <hidden>
Date: 2021-03-10 09:38:44
Also in:
linux-mips, lkml
On 03/10/2021 04:50 PM, Sergei Shtylyov wrote:
Hello! You don't seem to need this initializer.
Hi,Sergei Thanks for your suggestion, clk will not be affected by others when it is defined until the value is obtained, =NULL can be deleted, but I think it seems to have no effect. Thanks, Qing