Re: [PATCH] clk: qcom: gcc-msm8994: Remove NoC clocks
From: Konrad Dybcio
Date: Thu Dec 30 2021 - 09:30:00 EST
> You don't have to init array entries with NULL values (if it's not for
> the documentation purposes). Uninitialized entries will get NULL value
> anyway.
>
Forgot to address this in my previous message, but I think it may be a
good indicator for the next person that decides this would be a good idea
that they should probably stay away from it.. If it's really bad, then sure, I
can remove it..
Konrad