Re: [PATCH] clk: qcom: gcc-msm8994: Remove NoC clocks
From: Konrad Dybcio <hidden>
Date: 2021-12-30 14:30:01
Also in:
linux-arm-msm, lkml
From: Konrad Dybcio <hidden>
Date: 2021-12-30 14:30:01
Also in:
linux-arm-msm, lkml
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