From: kernel test robot <lkp@intel.com>
To: Nabige Aala <nabige.aala@oss.qualcomm.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Bjorn Andersson <andersson@kernel.org>,
Dmitry Baryshkov <lumag@kernel.org>
Subject: [qcom:drivers-for-7.3 22/23] drivers/soc/qcom/ubwc_config.c:148:3: error: expected expression
Date: Thu, 09 Jul 2026 18:53:00 +0800 [thread overview]
Message-ID: <202607091818.AlP3a58a-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux drivers-for-7.3
head: 05b03f88af1fe82d23b5f88b286b1ac2987b3177
commit: a45af9d6e6175473c8744c0f1cf2348f641e3029 [22/23] soc: qcom: ubwc: Add Shikra UBWC config
config: arm64-randconfig-003-20260709 (https://download.01.org/0day-ci/archive/20260709/202607091818.AlP3a58a-lkp@intel.com/config)
compiler: clang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260709/202607091818.AlP3a58a-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202607091818.AlP3a58a-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/soc/qcom/ubwc_config.c:148:3: error: expected expression
148 | + { .compatible = "qcom,shikra", .data = &ubwc_0_0_hbb15, },
| ^
1 error generated.
vim +148 drivers/soc/qcom/ubwc_config.c
106
107 static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
108 { .compatible = "qcom,apq8016", .data = &no_ubwc_data },
109 { .compatible = "qcom,apq8026", .data = &no_ubwc_data },
110 { .compatible = "qcom,apq8074", .data = &no_ubwc_data },
111 { .compatible = "qcom,apq8096", .data = &ubwc_1_0_hbb15 },
112 { .compatible = "qcom,eliza", .data = &ubwc_5_0_hbb15 },
113 { .compatible = "qcom,glymur", .data = &glymur_data},
114 { .compatible = "qcom,kaanapali", .data = &ubwc_6_0_hbb16 },
115 { .compatible = "qcom,mahua", .data = &glymur_data },
116 { .compatible = "qcom,milos", .data = &milos_data },
117 { .compatible = "qcom,msm8226", .data = &no_ubwc_data },
118 { .compatible = "qcom,msm8916", .data = &no_ubwc_data },
119 { .compatible = "qcom,msm8917", .data = &no_ubwc_data },
120 { .compatible = "qcom,msm8937", .data = &ubwc_1_0_hbb14 },
121 { .compatible = "qcom,msm8929", .data = &no_ubwc_data },
122 { .compatible = "qcom,msm8939", .data = &no_ubwc_data },
123 { .compatible = "qcom,msm8953", .data = &ubwc_1_0_hbb14 },
124 { .compatible = "qcom,msm8956", .data = &no_ubwc_data },
125 { .compatible = "qcom,msm8974", .data = &no_ubwc_data },
126 { .compatible = "qcom,msm8976", .data = &no_ubwc_data },
127 { .compatible = "qcom,msm8996", .data = &ubwc_1_0_hbb15 },
128 { .compatible = "qcom,msm8998", .data = &ubwc_1_0_hbb15 },
129 { .compatible = "qcom,qcm2290", .data = &ubwc_0_0_hbb15, },
130 { .compatible = "qcom,qcm6490", .data = &ubwc_3_1_hbb14, },
131 { .compatible = "qcom,qcs8300", .data = &ubwc_4_0_hbb16, },
132 { .compatible = "qcom,sa8155p", .data = &ubwc_3_0_hbb15, },
133 { .compatible = "qcom,sa8540p", .data = &ubwc_4_0_hbb16, },
134 { .compatible = "qcom,sa8775p", .data = &sa8775p_data, },
135 { .compatible = "qcom,sar2130p", .data = &ubwc_3_1_hbb13 },
136 { .compatible = "qcom,sc7180", .data = &ubwc_2_0_hbb14, },
137 { .compatible = "qcom,sc7280", .data = &ubwc_3_1_hbb14, },
138 { .compatible = "qcom,sc8180x", .data = &ubwc_3_1_hbb16, },
139 { .compatible = "qcom,sc8280xp", .data = &ubwc_4_0_hbb16, },
140 { .compatible = "qcom,sda660", .data = &ubwc_1_0_hbb14 },
141 { .compatible = "qcom,sdm450", .data = &ubwc_1_0_hbb14 },
142 { .compatible = "qcom,sdm630", .data = &ubwc_1_0_hbb14 },
143 { .compatible = "qcom,sdm632", .data = &ubwc_1_0_hbb14 },
144 { .compatible = "qcom,sdm636", .data = &ubwc_1_0_hbb14 },
145 { .compatible = "qcom,sdm660", .data = &ubwc_1_0_hbb14 },
146 { .compatible = "qcom,sdm670", .data = &ubwc_2_0_hbb14, },
147 { .compatible = "qcom,sdm845", .data = &ubwc_2_0_hbb15, },
> 148 + { .compatible = "qcom,shikra", .data = &ubwc_0_0_hbb15, },
149 { .compatible = "qcom,sm4250", .data = &ubwc_1_0_hbb14, },
150 { .compatible = "qcom,sm6115", .data = &ubwc_1_0_hbb14, },
151 { .compatible = "qcom,sm6125", .data = &ubwc_1_0_hbb14, },
152 { .compatible = "qcom,sm6150", .data = &ubwc_2_0_hbb14, },
153 { .compatible = "qcom,sm6350", .data = &ubwc_2_0_hbb14, },
154 { .compatible = "qcom,sm6375", .data = &ubwc_2_0_hbb14, },
155 { .compatible = "qcom,sm7125", .data = &ubwc_2_0_hbb14, },
156 { .compatible = "qcom,sm7150", .data = &ubwc_2_0_hbb14, },
157 { .compatible = "qcom,sm7225", .data = &ubwc_2_0_hbb14, },
158 { .compatible = "qcom,sm7325", .data = &ubwc_3_1_hbb14, },
159 { .compatible = "qcom,sm8150", .data = &ubwc_3_0_hbb15, },
160 { .compatible = "qcom,sm8250", .data = &ubwc_4_0_hbb16, },
161 { .compatible = "qcom,sm8350", .data = &ubwc_4_0_hbb16, },
162 { .compatible = "qcom,sm8450", .data = &ubwc_4_0_hbb16, },
163 { .compatible = "qcom,sm8550", .data = &ubwc_4_0_hbb16, },
164 { .compatible = "qcom,sm8650", .data = &ubwc_4_0_hbb16, },
165 { .compatible = "qcom,sm8750", .data = &ubwc_5_0_hbb16, },
166 { .compatible = "qcom,x1e80100", .data = &ubwc_4_0_hbb16, },
167 { .compatible = "qcom,x1p42100", .data = &ubwc_4_0_hbb16, },
168 { }
169 };
170
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-07-09 10:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202607091818.AlP3a58a-lkp@intel.com \
--to=lkp@intel.com \
--cc=andersson@kernel.org \
--cc=llvm@lists.linux.dev \
--cc=lumag@kernel.org \
--cc=nabige.aala@oss.qualcomm.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox