* [hverkuil-media-tree:for-v6.7b 14/14] drivers/media/cec/platform/cros-ec/cros-ec-cec.c:297:59: warning: missing braces around initializer
@ 2023-08-23 23:03 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-23 23:03 UTC (permalink / raw)
To: rasheed.hsueh; +Cc: oe-kbuild-all, Hans Verkuil
tree: git://linuxtv.org/hverkuil/media_tree.git for-v6.7b
head: 421366e7841cb29e7050575e0ec21c99028b7fea
commit: 421366e7841cb29e7050575e0ec21c99028b7fea [14/14] media: platform: cros-ec: Add Boxy to the match table
config: loongarch-allmodconfig (https://download.01.org/0day-ci/archive/20230824/202308240758.VCiD5k3B-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230824/202308240758.VCiD5k3B-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/202308240758.VCiD5k3B-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/media/cec/platform/cros-ec/cros-ec-cec.c:297:59: warning: missing braces around initializer [-Wmissing-braces]
297 | static const struct cec_dmi_match cec_dmi_match_table[] = {
| ^
......
319 | { "Google", "Boxy", "0000:00:02.0", "Port D" },
| { }
>> drivers/media/cec/platform/cros-ec/cros-ec-cec.c:297:59: warning: missing braces around initializer [-Wmissing-braces]
297 | static const struct cec_dmi_match cec_dmi_match_table[] = {
| ^
......
319 | { "Google", "Boxy", "0000:00:02.0", "Port D" },
| { }
vim +297 drivers/media/cec/platform/cros-ec/cros-ec-cec.c
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong 2018-07-04 296
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong 2018-07-04 @297 static const struct cec_dmi_match cec_dmi_match_table[] = {
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong 2018-07-04 298 /* Google Fizz */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 299 { "Google", "Fizz", "0000:00:02.0", { "Port B" } },
97733180fafbeb drivers/media/cec/platform/cros-ec/cros-ec-cec.c Zhuohao Lee 2021-12-21 300 /* Google Brask */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 301 { "Google", "Brask", "0000:00:02.0", { "Port B" } },
a1a9b71ebd6582 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Scott Chao 2022-05-20 302 /* Google Moli */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 303 { "Google", "Moli", "0000:00:02.0", { "Port B" } },
f5d48ba2cae20c drivers/media/cec/platform/cros-ec/cros-ec-cec.c Ajye Huang 2022-06-10 304 /* Google Kinox */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 305 { "Google", "Kinox", "0000:00:02.0", { "Port B" } },
594b6bdde2e783 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Rory Liu 2022-09-06 306 /* Google Kuldax */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 307 { "Google", "Kuldax", "0000:00:02.0", { "Port B" } },
46ff24efe04ac9 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Zoey Wu 2023-02-23 308 /* Google Aurash */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 309 { "Google", "Aurash", "0000:00:02.0", { "Port B" } },
6f8cdfdf1c2cc7 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Kevin Chiu 2023-03-07 310 /* Google Gladios */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 311 { "Google", "Gladios", "0000:00:02.0", { "Port B" } },
6f8cdfdf1c2cc7 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Kevin Chiu 2023-03-07 312 /* Google Lisbon */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 313 { "Google", "Lisbon", "0000:00:02.0", { "Port B" } },
f437892f1507d6 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 314 /* Google Dibbi */
f437892f1507d6 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman 2023-08-14 315 { "Google", "Dibbi", "0000:00:02.0", { "Port D", "Port B" } },
635a0f2b093bea drivers/media/cec/platform/cros-ec/cros-ec-cec.c Stefan Adolfsson 2023-08-16 316 /* Google Constitution */
635a0f2b093bea drivers/media/cec/platform/cros-ec/cros-ec-cec.c Stefan Adolfsson 2023-08-16 317 { "Google", "Constitution", "0000:00:02.0", { "Port B", "Port A" } },
421366e7841cb2 drivers/media/cec/platform/cros-ec/cros-ec-cec.c rasheed.hsueh 2023-08-18 318 /* Google Boxy */
421366e7841cb2 drivers/media/cec/platform/cros-ec/cros-ec-cec.c rasheed.hsueh 2023-08-18 319 { "Google", "Boxy", "0000:00:02.0", "Port D" },
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong 2018-07-04 320 };
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong 2018-07-04 321
:::::: The code at line 297 was first introduced by commit
:::::: cd70de2d356ee692477276bd5d6bc88c71a48733 media: platform: Add ChromeOS EC CEC driver
:::::: TO: Neil Armstrong <narmstrong@baylibre.com>
:::::: CC: Lee Jones <lee.jones@linaro.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-23 23:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 23:03 [hverkuil-media-tree:for-v6.7b 14/14] drivers/media/cec/platform/cros-ec/cros-ec-cec.c:297:59: warning: missing braces around initializer kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.