Hi Konrad,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on clk/clk-next]
[also build test WARNING on robh/for-next v5.12-rc2 next-20210312]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Konrad-Dybcio/dt-bindings-clk-qc...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
config: i386-randconfig-s001-20210312 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce:
# apt-get install sparse
# sparse version: v0.6.3-262-g5e674421-dirty
#
https://github.com/0day-ci/linux/commit/7ed95d105fd45febf134ed746da771b5d...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Konrad-Dybcio/dt-bindings-clk-qcom-Add-bindings-for-MSM8994-GCC-driver/20210313-102354
git checkout 7ed95d105fd45febf134ed746da771b5d1cbc89c
# save the attached .config to linux build tree
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
"sparse warnings: (new ones prefixed by >>)"
> drivers/clk/qcom/gcc-msm8994.c:2686:23: sparse: sparse: Using
plain integer as NULL pointer
vim +2686 drivers/clk/qcom/gcc-msm8994.c
2683
2684 static struct gdsc *gcc_msm8994_gdscs[] = {
2685 /* This GDSC does not exist, but ABI has to remain intact */
2686 [PCIE_GDSC] = 0,
2687 [PCIE_0_GDSC] =
&pcie_0_gdsc,
2688 [PCIE_1_GDSC] = &pcie_1_gdsc,
2689 [USB30_GDSC] = &usb30_gdsc,
2690 [UFS_GDSC] = &ufs_gdsc,
2691 };
2692
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org