Branch Head:
scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2445:12: warning: ‘cfe_runtime_resume’ defined but not used [-Wunused-function]
2445 | static int cfe_runtime_resume(struct device *dev)
| ^~~~~~~~~~~~~~~~~~
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2435:12: warning: ‘cfe_runtime_suspend’ defined but not used [-Wunused-function]
2435 | static int cfe_runtime_suspend(struct device *dev)
| ^~~~~~~~~~~~~~~~~~~
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2445:12: warning: ‘cfe_runtime_resume’ defined but not used [-Wunused-function]
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2435:12: warning: ‘cfe_runtime_suspend’ defined but not used [-Wunused-function]
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2310:2-9: line 2310 is redundant because platform_get_irq() already prints an error
ERROR: trailing statements should be on next line
#86: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1470:
+case V4L2_META_FMT_RPI_FE_CFG: descr = "RPi PiSP FE Config format"; break;
ERROR: trailing statements should be on next line
#87: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1471:
+case V4L2_META_FMT_RPI_FE_STATS: descr = "RPi PiSP FE Statistics format"; break;
total: 2 errors, 0 warnings, 0 checks, 62 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./0001-media-uapi-Add-meta-formats-for-PiSP-FE-config-and-s.patch has style problems, please review.
NOTE: Ignored message types: FILE_PATH_CHANGES
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
d(&state->routing,
+CSI2_PAD_FIRST_SOURCE + channel, 0, NULL, &sink_stream);
CHECK: Alignment should match open parenthesis
#1547: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:880:
+source_fmt = v4l2_subdev_state_get_format(state,
+node_desc[cfe->fe_csi2_channel].link_pad);
CHECK: Alignment should match open parenthesis
#1587: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:920:
+source_fmt = v4l2_subdev_state_get_format(state,
+node_desc[node->id].link_pad);
CHECK: Alignment should match open parenthesis
#1790: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:1123:
+source_fmt = v4l2_subdev_state_get_format(state,
+route->sink_pad, route->sink_stream);
CHECK: Alignment should match open parenthesis
#1955: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:1288:
+ret = v4l2_subdev_disable_streams(cfe->source_sd,
+cfe->source_pad, cfe->streams_mask);
CHECK: Alignment should match open parenthesis
#2737: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2070:
+ret = v4l2_create_fwnode_links_to_pad(cfe->source_sd,
+&cfe->csi2.pad[CSI2_PAD_SINK],
CHECK: Alignment should match open parenthesis
#2905: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2238:
+asd = v4l2_async_nf_add_fwnode_remote(&cfe->notifier, local_ep_fwnode,
+ struct v4l2_async_connection);
CHECK: Macro argument 'csi2' may be better as '(csi2)' to avoid precedence issues
#3234: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:25:
+#define csi2_dbg(csi2, fmt, arg...) dev_dbg(csi2->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'csi2' may be better as '(csi2)' to avoid precedence issues
#3235: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:26:
+#define csi2_err(csi2, fmt, arg...) dev_err(csi2->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument reuse 'x' - possible side-effects?
#3283: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:74:
+#define CSI2_STATUS_IRQ_CH_MASK(x) \
+(CSI2_STATUS_IRQ_FS(x) | CSI2_STATUS_IRQ_FE(x) | \
+ CSI2_STATUS_IRQ_FE_ACK(x) | CSI2_STATUS_IRQ_LE(x) | \
+ CSI2_STATUS_IRQ_LE_ACK(x))
CHECK: Macro argument reuse 'idx' - possible side-effects?
#3347: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:138:
+#define DUMP_CH(idx, reg) seq_printf(s, #reg "(%u) \t0x%08x\n", idx, csi2_reg_read(csi2, reg(idx)))
CHECK: Macro argument 'dphy' may be better as '(dphy)' to avoid precedence issues
#3907: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:14:
+#define dphy_dbg(dphy, fmt, arg...) dev_dbg(dphy->dev, fmt, ##arg)
CHECK: Macro argument 'dphy' may be better as '(dphy)' to avoid precedence issues
#3908: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:15:
+#define dphy_err(dphy, fmt, arg...) dev_err(dphy->dev, fmt, ##arg)
WARNING: Unnecessary ftrace-like logging - prefer using ftrace
#4054: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:161:
+dphy_dbg(dphy, "%s\n", __func__);
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4231: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:119:
+#define pisp_fe_dbg(fe, fmt, arg...) dev_dbg(fe->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4232: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:120:
+#define pisp_fe_info(fe, fmt, arg...) dev_info(fe->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4233: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:121:
+#define pisp_fe_err(fe, fmt, arg...) dev_err(fe->v4l2_dev->dev, fmt, ##arg)
total: 0 errors, 2 warnings, 62 checks, 4949 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./0003-media-raspberrypi-Add-support-for-RP1-CFE.patch has style problems, please review.
NOTE: Ignored message types: FILE_PATH_CHANGES
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
"/media-ci/test-kernel-doc.sh " Completed!
Using alabaster theme
PARSE include/uapi/linux/dvb/ca.h
PARSE include/uapi/linux/dvb/dmx.h
PARSE include/uapi/linux/dvb/frontend.h
PARSE include/uapi/linux/dvb/net.h
PARSE include/uapi/linux/videodev2.h
PARSE include/uapi/linux/media.h
PARSE include/uapi/linux/cec.h
PARSE include/uapi/linux/lirc.h
source directory: media
"/media-ci/test-spec.sh " Completed!
Using alabaster theme
4.
LaTeX Warning: Hyper reference `userspace-api/v4l/metafmt-rkisp1:v4l2-meta-fmt-
rk-isp1-ext-params' on page 1925 undefined on input line 233075.
[1925]
Underfull \hbox (badness 10000) in paragraph at lines 233128--233132
[]\TU/DejaVuSerif(0)/m/n/10.95 The resizer’s sink pad \TU/DejaVuSerif(0)/m/it/1
0.95 rkisp1_resizer_selfpath \TU/DejaVuSerif(0)/m/n/10.95 should be configured
to format
Underfull \hbox (badness 10000) in paragraph at lines 233133--233138
[]\TU/DejaVuSerif(0)/m/n/10.95 The source pad of the resizer, \TU/DejaVuSerif(0
)/m/it/10.95 rkisp1_resizer_selfpath:1 \TU/DejaVuSerif(0)/m/n/10.95 is configur
ed to format
[1926]
Underfull \hbox (badness 10000) in paragraph at lines 233187--233193
\TU/DejaVuSerif(0)/m/n/10.95 The Raspberry Pi PiSP Camera Front End (rp1-cfe) d
river is located under
[1927]
[1928]
[1929]
[1930]
[1931]
[1932]
[1933]
[1934]
Overfull \vbox (1.13289pt too high) detected at line 233893
[1935]
Underfull \hbox (badness 10000) in paragraph at lines 233895--233898
[]\TU/DejaVuSerif(0)/m/n/10.95 The struct si4713_rnl and SI4713_IOC_MEASURE_RNL
are defined under in-
[1936]
Underfull \hbox (badness 10000) in paragraph at lines 234111--234111
[]|\TU/DejaVuSerif(0)/m/n/10.95 soft-
Package tabulary Warning: tymin too large (218.99994pt), resetting to 153.42097
pt on input line 234111.
Underfull \hbox (badness 10000) in paragraph at lines 234111--234111
[]|\TU/DejaVuSerif(0)/m/n/10.95 soft-
Underfull \hbox (badness 10000) in paragraph at lines 234170--234170
[]|\TU/DejaVuSerif(0)/m/n/10.95 uncor-
Package tabulary Warning: tymin too large (218.99994pt), resetting to 153.42097
pt on input line 234170.
Underfull \hbox (badness 10000) in paragraph at lines 234170--234170
[]|\TU/DejaVuSerif(0)/m/n/10.95 uncor-
Package tabulary Warning: tymin too large (218.99994pt), resetting to 153.42097
pt on input line 234286.
[1937]
Package tabulary Warning: tymin too large (218.99994pt), resetting to 153.42097
pt on input line 234609.
Package tabulary Warning: No suitable columns! on input line 234609.
[1938]
[1939]
[1940]
[1941]
[1942]
[1943]
Underfull \hbox (badness 10000) in paragraph at lines 234947--234951
[]\TU/DejaVuSerif(0)/m/n/10.95 bitstream_trace_frame_start, bitstream_trace_nfr
ames: Similar to
[1944]
[1945]
Underfull \hbox (badness 10000) in paragraph at lines 235073--235078
\TU/DejaVuSerif(0)/m/n/10.95 If the \TU/DejaVuSerif(0)/b/n/10.95 VISL_DEBUGFS \
TU/DejaVuSerif(0)/m/n/10.95 Kconfig is enabled, visl will populate
[1946]
[1947]
[1948]
[1949]
[1950]
[1951]
[1952]
[1953]
[1954]
[1955]
[1956]
[1957]
[1958]
[1959]
Underfull \hbox (badness 10000) in paragraph at lines 236394--236397
[]\TU/DejaVuSerif(0)/m/n/10.95 Changing the transfer function will result in th
e
Underfull \hbox (badness 10000) in paragraph at lines 236409--236412
[]\TU/DejaVuSerif(0)/m/n/10.95 Changing the Y’CbCr encoding will result in the
[1960]
[1961]
[1962]
LaTeX Warning: Hyper reference `driver-api/v4l2-videobuf2:c.vb2_queue_error' on
page 1963 undefined on input line 236724.
[1963]
[1964]
[1965]
[1966]
[1967]
[1968]
[1969]
[1970]
[1971]
Package tabulary Warning: No suitable columns! on input line 237659.
[1972]
[1973]
[1974]
[1975]
[1976]
Underfull \hbox (badness 10000) in paragraph at lines 238082--238084
[]\TU/DejaVuSansMono(0)/m/n/10.95 Multimedia support \TU/DejaVuSerif(0)/m/n/10.
95 => \TU/DejaVuSansMono(0)/m/n/10.95 Customise analog and hybrid tuner modules
to
[1977]
No file media.ind.
Package longtable Warning: Table widths have changed. Rerun LaTeX.
[1978] (./media.aux)
LaTeX Warning: There were undefined references.
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
Package rerunfilecheck Warning: File `media.out' has changed.
(rerunfilecheck) Rerun to get outlines right
(rerunfilecheck) or use package `bookmark'.
)
(see the transcript file for additional information)
Output written on media.pdf (1982 pages).
Transcript written on media.log.
"/media-ci/test-spec.sh --doc_target pdfdocs --ignore_warnings 1" Completed!
Using alabaster theme
tends/tda8261.o
CC [M] drivers/media/i2c/saa7127.o
CC [M] drivers/media/dvb-frontends/tda826x.o
LD [M] drivers/media/usb/gspca/gspca_spca1528.o
CC [M] drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.o
CC [M] drivers/media/i2c/saa717x.o
CC [M] drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/tag.o
LD [M] drivers/media/usb/gspca/gspca_sq905.o
CC [M] drivers/media/rc/keymaps/rc-zx-irdec.o
CC [M] drivers/media/dvb-frontends/ts2020.o
CC [M] drivers/media/i2c/saa7185.o
LD [M] drivers/media/usb/gspca/gspca_sq905c.o
CC [M] drivers/media/i2c/sony-btf-mpx.o
CC [M] drivers/staging/media/atomisp/pci/system_local.o
CC [M] drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.o
LD [M] drivers/media/usb/gspca/gspca_sq930x.o
CC [M] drivers/media/i2c/st-mipid02.o
CC [M] drivers/media/i2c/tc358743.o
CC [M] drivers/media/i2c/tc358746.o
LD [M] drivers/media/usb/gspca/gspca_sunplus.o
CC [M] drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.o
LD [M] drivers/media/usb/gspca/gspca_stk014.o
CC [M] drivers/media/dvb-frontends/tua6100.o
CC [M] drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl.o
LD [M] drivers/media/usb/gspca/gspca_stk1135.o
CC [M] drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma.o
LD [M] drivers/media/usb/gspca/gspca_stv0680.o
CC [M] drivers/media/i2c/tda1997x.o
CC [M] drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
LD [M] drivers/media/usb/gspca/gspca_t613.o
CC [M] drivers/media/dvb-frontends/cx24113.o
CC [M] drivers/media/i2c/tda7432.o
CC [M] drivers/staging/media/atomisp/pci/css_2401_system/host/isys_stream2mmio.o
LD [M] drivers/media/usb/gspca/gspca_topro.o
CC [M] drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
CC [M] drivers/media/dvb-frontends/dib0070.o
AR drivers/staging/media/atomisp/built-in.a
LD [M] drivers/media/usb/gspca/gspca_touptek.o
CC [M] drivers/media/dvb-frontends/dib0090.o
CC [M] drivers/media/dvb-frontends/itd1000.o
CC [M] drivers/media/i2c/tda9840.o
LD [M] drivers/media/usb/gspca/gspca_tv8532.o
LD [M] drivers/media/usb/gspca/gspca_vc032x.o
CC [M] drivers/media/dvb-frontends/ves1820.o
LD [M] drivers/media/usb/gspca/gspca_vicam.o
LD [M] drivers/media/usb/gspca/gspca_xirlink_cit.o
CC [M] drivers/media/i2c/tea6415c.o
CC [M] drivers/media/i2c/tea6420.o
CC [M] drivers/media/dvb-frontends/ves1x93.o
CC [M] drivers/media/dvb-frontends/zd1301_demod.o
LD [M] drivers/media/usb/gspca/gspca_zc3xx.o
CC [M] drivers/media/dvb-frontends/zl10036.o
CC [M] drivers/media/dvb-frontends/zl10039.o
CC [M] drivers/media/i2c/thp7312.o
CC [M] drivers/media/dvb-frontends/zl10353.o
CC [M] drivers/media/i2c/ths7303.o
CC [M] drivers/media/i2c/ths8200.o
CC [M] drivers/media/i2c/tlv320aic23b.o
CC [M] drivers/media/i2c/tvaudio.o
CC [M] drivers/media/i2c/tvp514x.o
CC [M] drivers/media/i2c/tvp5150.o
CC [M] drivers/media/i2c/tvp7002.o
CC [M] drivers/media/i2c/tw2804.o
CC [M] drivers/media/i2c/tw9900.o
CC [M] drivers/media/i2c/tw9903.o
CC [M] drivers/media/i2c/tw9906.o
CC [M] drivers/media/i2c/tw9910.o
CC [M] drivers/media/i2c/uda1342.o
CC [M] drivers/media/i2c/upd64031a.o
CC [M] drivers/media/i2c/upd64083.o
CC [M] drivers/media/i2c/vgxy61.o
CC [M] drivers/media/i2c/vp27smpx.o
CC [M] drivers/media/i2c/vpx3220.o
CC [M] drivers/media/i2c/wm8739.o
CC [M] drivers/media/i2c/wm8775.o
LD [M] drivers/staging/media/atomisp/atomisp.o
AR drivers/media/rc/built-in.a
LD [M] drivers/media/dvb-frontends/cxd2820r.o
LD [M] drivers/media/dvb-frontends/drxd.o
LD [M] drivers/media/dvb-frontends/drxk.o
LD [M] drivers/media/dvb-frontends/stb0899.o
LD [M] drivers/media/dvb-frontends/stv0900.o
LD [M] drivers/media/i2c/msp3400.o
AR drivers/staging/media/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --arch x86_64 --cross_compile x86_64-linux-gnu- --kernel_config allmodconfig" Completed!
scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
rivers/media/rc/keymaps/rc-technisat-usb2.o
CC drivers/media/i2c/saa7127.o
CC drivers/media/dvb-frontends/tda10021.o
CC drivers/media/dvb-frontends/tda10023.o
CC drivers/media/i2c/saa717x.o
CC drivers/media/rc/keymaps/rc-terratec-cinergy-c-pci.o
CC drivers/media/rc/keymaps/rc-terratec-cinergy-s2-hd.o
CC drivers/media/dvb-frontends/tda10048.o
CC drivers/media/rc/keymaps/rc-terratec-cinergy-xs.o
CC drivers/media/dvb-frontends/tda1004x.o
CC drivers/media/rc/keymaps/rc-terratec-slim-2.o
CC drivers/media/i2c/saa7185.o
CC drivers/media/rc/keymaps/rc-terratec-slim.o
CC drivers/media/dvb-frontends/tda10071.o
CC drivers/media/dvb-frontends/tda10086.o
CC drivers/media/dvb-frontends/tda18271c2dd.o
CC drivers/media/i2c/sony-btf-mpx.o
CC drivers/media/dvb-frontends/tda665x.o
CC drivers/media/rc/keymaps/rc-tevii-nec.o
CC drivers/media/rc/keymaps/rc-tivo.o
CC drivers/media/i2c/st-mipid02.o
CC drivers/media/dvb-frontends/tda8083.o
CC drivers/media/rc/keymaps/rc-total-media-in-hand-02.o
CC drivers/media/i2c/tc358743.o
CC drivers/media/dvb-frontends/tda8261.o
CC drivers/media/dvb-frontends/tda826x.o
CC drivers/media/rc/keymaps/rc-total-media-in-hand.o
CC drivers/media/i2c/tc358746.o
CC drivers/media/dvb-frontends/ts2020.o
CC drivers/media/rc/keymaps/rc-trekstor.o
CC drivers/media/dvb-frontends/tua6100.o
CC drivers/media/dvb-frontends/cx24113.o
CC drivers/media/i2c/tda1997x.o
CC drivers/media/rc/keymaps/rc-tt-1500.o
CC drivers/media/dvb-frontends/dib0070.o
CC drivers/media/rc/keymaps/rc-twinhan1027.o
CC drivers/media/rc/keymaps/rc-twinhan-dtv-cab-ci.o
CC drivers/media/dvb-frontends/dib0090.o
CC drivers/media/dvb-frontends/itd1000.o
CC drivers/media/rc/keymaps/rc-vega-s9x.o
CC drivers/media/rc/keymaps/rc-videomate-m1f.o
CC drivers/media/dvb-frontends/ves1820.o
CC drivers/media/rc/keymaps/rc-videomate-s350.o
CC drivers/media/dvb-frontends/ves1x93.o
CC drivers/media/i2c/tda7432.o
CC drivers/media/dvb-frontends/zd1301_demod.o
CC drivers/media/rc/keymaps/rc-videomate-tv-pvr.o
CC drivers/media/rc/keymaps/rc-videostrong-kii-pro.o
CC drivers/media/i2c/tda9840.o
CC drivers/media/rc/keymaps/rc-wetek-hub.o
CC drivers/media/rc/keymaps/rc-wetek-play2.o
CC drivers/media/dvb-frontends/zl10036.o
CC drivers/media/rc/keymaps/rc-winfast.o
CC drivers/media/i2c/tea6415c.o
CC drivers/media/dvb-frontends/zl10039.o
CC drivers/media/i2c/tea6420.o
CC drivers/media/i2c/thp7312.o
CC drivers/media/i2c/ths7303.o
CC drivers/media/dvb-frontends/zl10353.o
CC drivers/media/i2c/ths8200.o
CC drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.o
CC drivers/media/i2c/tlv320aic23b.o
CC drivers/media/rc/keymaps/rc-x96max.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/rc/keymaps/rc-xbox-360.o
CC drivers/media/rc/keymaps/rc-xbox-dvd.o
CC drivers/media/i2c/tvp514x.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/rc/keymaps/rc-zx-irdec.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/i2c/tw2804.o
CC drivers/media/i2c/tw9900.o
CC drivers/media/i2c/tw9903.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/i2c/upd64083.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/i2c/wm8739.o
CC drivers/media/i2c/wm8775.o
AR drivers/media/rc/keymaps/built-in.a
AR drivers/media/rc/built-in.a
AR drivers/media/i2c/built-in.a
AR drivers/media/dvb-frontends/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --kernel_undef ACPI" Completed!
scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
o
CC drivers/media/rc/keymaps/rc-terratec-cinergy-c-pci.o
CC drivers/media/i2c/ths8200.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.o
CC drivers/media/i2c/tlv320aic23b.o
CC drivers/media/rc/keymaps/rc-terratec-cinergy-s2-hd.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/rc/keymaps/rc-terratec-cinergy-xs.o
CC drivers/media/i2c/tvp514x.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_device.o
CC drivers/media/rc/keymaps/rc-terratec-slim-2.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_timer.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/hmem.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/rc/keymaps/rc-terratec-slim.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/rc/keymaps/rc-tevii-nec.o
CC drivers/media/rc/keymaps/rc-tivo.o
CC drivers/media/rc/keymaps/rc-total-media-in-hand-02.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq.o
CC drivers/media/rc/keymaps/rc-total-media-in-hand.o
CC drivers/media/i2c/tw2804.o
CC drivers/media/rc/keymaps/rc-trekstor.o
CC drivers/media/i2c/tw9900.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/mmu.o
CC drivers/media/rc/keymaps/rc-tt-1500.o
CC drivers/media/i2c/tw9903.o
CC drivers/media/rc/keymaps/rc-twinhan1027.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.o
CC drivers/media/rc/keymaps/rc-twinhan-dtv-cab-ci.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/timed_ctrl.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/rc/keymaps/rc-vega-s9x.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/tag.o
CC drivers/media/rc/keymaps/rc-videomate-m1f.o
CC drivers/media/i2c/tw9910.o
CC drivers/staging/media/atomisp/pci/system_local.o
CC drivers/media/i2c/uda1342.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/rc/keymaps/rc-videomate-s350.o
CC drivers/media/i2c/upd64083.o
CC drivers/media/rc/keymaps/rc-videomate-tv-pvr.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma.o
CC drivers/media/i2c/wm8739.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
CC drivers/media/i2c/wm8775.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_stream2mmio.o
CC drivers/media/rc/keymaps/rc-videostrong-kii-pro.o
CC drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
CC drivers/media/rc/keymaps/rc-wetek-hub.o
CC drivers/media/rc/keymaps/rc-wetek-play2.o
CC drivers/media/rc/keymaps/rc-winfast.o
CC drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.o
CC drivers/media/rc/keymaps/rc-x96max.o
CC drivers/media/rc/keymaps/rc-xbox-360.o
CC drivers/media/rc/keymaps/rc-xbox-dvd.o
CC drivers/media/rc/keymaps/rc-zx-irdec.o
AR drivers/media/dvb-frontends/built-in.a
AR drivers/media/rc/keymaps/built-in.a
AR drivers/media/rc/built-in.a
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
AR drivers/staging/media/atomisp/built-in.a
AR drivers/staging/media/built-in.a
"/media-ci/test-build.sh --kernel_undef DEBUG_FS" Completed!
scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
C drivers/media/dvb-frontends/tua6100.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.o
CC drivers/media/rc/keymaps/rc-xbox-dvd.o
CC drivers/media/dvb-frontends/cx24113.o
CC drivers/media/rc/keymaps/rc-zx-irdec.o
CC drivers/media/dvb-frontends/dib0070.o
CC drivers/staging/media/atomisp/pci/runtime/pipeline/src/pipeline.o
CC drivers/staging/media/atomisp/pci/runtime/queue/src/queue_access.o
CC drivers/media/dvb-frontends/dib0090.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/dvb-frontends/itd1000.o
CC drivers/staging/media/atomisp/pci/runtime/queue/src/queue.o
CC drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr.o
CC drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr_vbuf.o
CC drivers/media/i2c/tvp514x.o
CC drivers/staging/media/atomisp/pci/runtime/spctrl/src/spctrl.o
CC drivers/media/dvb-frontends/ves1820.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/dvb-frontends/ves1x93.o
CC drivers/media/dvb-frontends/zd1301_demod.o
CC drivers/media/dvb-frontends/zl10036.o
CC drivers/media/dvb-frontends/zl10039.o
CC drivers/staging/media/atomisp/pci/runtime/timer/src/timer.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/dvb-frontends/zl10353.o
CC drivers/media/i2c/tw2804.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/event_fifo.o
CC drivers/media/i2c/tw9900.o
CC drivers/media/i2c/tw9903.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/fifo_monitor.o
CC drivers/media/i2c/tw9906.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_device.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/i2c/upd64083.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_timer.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/hmem.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.o
CC drivers/media/i2c/wm8739.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq.o
CC drivers/media/i2c/wm8775.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/mmu.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/timed_ctrl.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/tag.o
AR drivers/media/rc/keymaps/built-in.a
CC drivers/staging/media/atomisp/pci/system_local.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.o
AR drivers/media/rc/built-in.a
CC drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_stream2mmio.o
CC drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
AR drivers/media/i2c/built-in.a
AR drivers/media/dvb-frontends/built-in.a
AR drivers/media/built-in.a
AR drivers/staging/media/atomisp/built-in.a
AR drivers/staging/media/built-in.a
"/media-ci/test-build.sh --kernel_undef OF" Completed!
scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
-tt-1500.o
CC drivers/media/rc/keymaps/rc-twinhan1027.o
CC drivers/staging/media/atomisp/pci/runtime/queue/src/queue_access.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/rc/keymaps/rc-twinhan-dtv-cab-ci.o
CC drivers/staging/media/atomisp/pci/runtime/queue/src/queue.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr.o
CC drivers/media/rc/keymaps/rc-vega-s9x.o
CC drivers/media/rc/keymaps/rc-videomate-m1f.o
CC drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr_vbuf.o
CC drivers/media/rc/keymaps/rc-videomate-s350.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/rc/keymaps/rc-videomate-tv-pvr.o
CC drivers/media/i2c/upd64083.o
CC drivers/staging/media/atomisp/pci/runtime/spctrl/src/spctrl.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/rc/keymaps/rc-videostrong-kii-pro.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/rc/keymaps/rc-wetek-hub.o
CC drivers/staging/media/atomisp/pci/runtime/timer/src/timer.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug.o
CC drivers/media/i2c/wm8739.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma.o
CC drivers/media/rc/keymaps/rc-wetek-play2.o
CC drivers/media/i2c/wm8775.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/event_fifo.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/fifo_monitor.o
CC drivers/media/rc/keymaps/rc-winfast.o
CC drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.o
CC drivers/media/rc/keymaps/rc-x96max.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.o
CC drivers/media/rc/keymaps/rc-xbox-360.o
CC drivers/media/rc/keymaps/rc-xbox-dvd.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_device.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_timer.o
CC drivers/media/rc/keymaps/rc-zx-irdec.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/hmem.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/mmu.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/timed_ctrl.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/tag.o
CC drivers/staging/media/atomisp/pci/system_local.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_stream2mmio.o
CC drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
AR drivers/media/dvb-frontends/built-in.a
AR drivers/media/rc/keymaps/built-in.a
AR drivers/media/rc/built-in.a
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
AR drivers/staging/media/atomisp/built-in.a
AR drivers/staging/media/built-in.a
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2445:12: warning: ‘cfe_runtime_resume’ defined but not used [-Wunused-function]
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2435:12: warning: ‘cfe_runtime_suspend’ defined but not used [-Wunused-function]
scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2445:12: warning: ‘cfe_runtime_resume’ defined but not used [-Wunused-function]
2445 | static int cfe_runtime_resume(struct device *dev)
| ^~~~~~~~~~~~~~~~~~
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2435:12: warning: ‘cfe_runtime_suspend’ defined but not used [-Wunused-function]
2435 | static int cfe_runtime_suspend(struct device *dev)
| ^~~~~~~~~~~~~~~~~~~
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2445:12: warning: ‘cfe_runtime_resume’ defined but not used [-Wunused-function]
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2435:12: warning: ‘cfe_runtime_suspend’ defined but not used [-Wunused-function]
rs/media/rc/keymaps/rc-trekstor.o
CC drivers/media/i2c/saa717x.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_device.o
CC drivers/media/rc/keymaps/rc-tt-1500.o
CC drivers/media/i2c/saa7185.o
CC drivers/media/rc/keymaps/rc-twinhan1027.o
CC drivers/media/rc/keymaps/rc-twinhan-dtv-cab-ci.o
CC drivers/media/rc/keymaps/rc-vega-s9x.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_timer.o
CC drivers/media/i2c/sony-btf-mpx.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/hmem.o
CC drivers/media/i2c/st-mipid02.o
CC drivers/media/rc/keymaps/rc-videomate-m1f.o
CC drivers/media/rc/keymaps/rc-videomate-s350.o
CC drivers/media/i2c/tc358743.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.o
CC drivers/media/i2c/tc358746.o
CC drivers/media/rc/keymaps/rc-videomate-tv-pvr.o
CC drivers/media/rc/keymaps/rc-videostrong-kii-pro.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.o
CC drivers/media/i2c/tda1997x.o
CC drivers/media/rc/keymaps/rc-wetek-hub.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq.o
CC drivers/media/rc/keymaps/rc-wetek-play2.o
CC drivers/media/i2c/tda7432.o
CC drivers/media/rc/keymaps/rc-winfast.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp.o
CC drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/mmu.o
CC drivers/media/rc/keymaps/rc-x96max.o
CC drivers/media/rc/keymaps/rc-xbox-360.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.o
CC drivers/media/i2c/tda9840.o
CC drivers/media/i2c/tea6415c.o
CC drivers/media/rc/keymaps/rc-xbox-dvd.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/timed_ctrl.o
CC drivers/media/i2c/tea6420.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.o
CC drivers/media/rc/keymaps/rc-zx-irdec.o
CC drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/tag.o
CC drivers/media/i2c/thp7312.o
CC drivers/media/i2c/ths7303.o
CC drivers/staging/media/atomisp/pci/system_local.o
CC drivers/media/i2c/ths8200.o
CC drivers/media/i2c/tlv320aic23b.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/i2c/tvp514x.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.o
CC drivers/media/i2c/tvp5150.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.o
CC drivers/media/i2c/tvp7002.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl.o
CC drivers/media/i2c/tw2804.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma.o
CC drivers/media/i2c/tw9900.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
CC drivers/media/i2c/tw9903.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_stream2mmio.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/media/i2c/upd64031a.o
CC drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
CC drivers/media/i2c/upd64083.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/i2c/wm8739.o
CC drivers/media/i2c/wm8775.o
AR drivers/media/platform/verisilicon/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/rc/keymaps/built-in.a
AR drivers/media/rc/built-in.a
AR drivers/media/dvb-frontends/built-in.a
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
AR drivers/staging/media/atomisp/built-in.a
AR drivers/staging/media/built-in.a
"/media-ci/test-build.sh --kernel_undef PM_SLEEP" Completed!
scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/confdata.o
HOSTCC scripts/kconfig/expr.o
LEX scripts/kconfig/lexer.lex.c
YACC scripts/kconfig/parser.tab.[ch]
HOSTCC scripts/kconfig/lexer.lex.o
HOSTCC scripts/kconfig/menu.o
HOSTCC scripts/kconfig/parser.tab.o
HOSTCC scripts/kconfig/preprocess.o
HOSTCC scripts/kconfig/symbol.o
HOSTCC scripts/kconfig/util.o
HOSTLD scripts/kconfig/conf
#
# configuration written to .config
#
"/media-ci/test-compile-all.sh " Completed!
vers/media/usb/hdpvr/hdpvr-control.c
CHECK drivers/media/usb/go7007/s2250-board.c
CC drivers/media/usb/pvrusb2/pvrusb2-audio.o
AR drivers/media/pci/zoran/built-in.a
CC drivers/media/usb/pvrusb2/pvrusb2-encoder.o
CC drivers/media/usb/pvrusb2/pvrusb2-video-v4l.o
CHECK drivers/media/usb/hdpvr/hdpvr-core.c
CHECK drivers/media/usb/hdpvr/hdpvr-i2c.c
CC drivers/media/usb/pvrusb2/pvrusb2-eeprom.o
CC drivers/media/usb/pvrusb2/pvrusb2-main.o
CC drivers/media/usb/pvrusb2/pvrusb2-hdw.o
CC drivers/media/usb/pvrusb2/pvrusb2-v4l2.o
CHECK drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c
CHECK drivers/media/usb/hdpvr/hdpvr-video.c
CC drivers/media/usb/pvrusb2/pvrusb2-ctrl.o
CC drivers/media/usb/pvrusb2/pvrusb2-std.o
AR drivers/media/usb/au0828/built-in.a
CC drivers/media/usb/stk1160/stk1160-core.o
CHECK drivers/media/usb/pvrusb2/pvrusb2-audio.c
CC drivers/media/usb/stk1160/stk1160-v4l.o
CHECK drivers/media/usb/pvrusb2/pvrusb2-video-v4l.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-encoder.c
CC drivers/media/usb/pvrusb2/pvrusb2-devattr.o
CHECK drivers/media/usb/pvrusb2/pvrusb2-eeprom.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-std.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-main.c
CC drivers/media/usb/pvrusb2/pvrusb2-context.o
CC drivers/media/usb/pvrusb2/pvrusb2-io.o
CC drivers/media/usb/stk1160/stk1160-video.o
CC drivers/media/usb/pvrusb2/pvrusb2-ioread.o
CHECK drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-ctrl.c
CHECK drivers/media/usb/stk1160/stk1160-core.c
CC drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.o
CC drivers/media/usb/pvrusb2/pvrusb2-wm8775.o
CC drivers/media/usb/pvrusb2/pvrusb2-cs53l32a.o
CC drivers/media/usb/pvrusb2/pvrusb2-dvb.o
CC drivers/media/usb/pvrusb2/pvrusb2-sysfs.o
CHECK drivers/media/usb/stk1160/stk1160-v4l.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-devattr.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-context.c
CC drivers/media/usb/pvrusb2/pvrusb2-debugifc.o
CC drivers/media/usb/stk1160/stk1160-i2c.o
CC drivers/media/usb/stk1160/stk1160-ac97.o
CHECK drivers/media/usb/pvrusb2/pvrusb2-io.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-ioread.c
CHECK drivers/media/usb/stk1160/stk1160-video.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c
make[6]: [scripts/Makefile.build:244: drivers/media/pci/saa7134/saa7134-dvb.o] Error 1 (ignored)
CHECK drivers/media/usb/pvrusb2/pvrusb2-wm8775.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-cs53l32a.c
CC drivers/media/usb/usbtv/usbtv-core.o
CHECK drivers/media/usb/pvrusb2/pvrusb2-sysfs.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-debugifc.c
CHECK drivers/media/usb/pvrusb2/pvrusb2-dvb.c
CC drivers/media/usb/usbtv/usbtv-video.o
CHECK drivers/media/usb/pvrusb2/pvrusb2-hdw.c
CHECK drivers/media/usb/stk1160/stk1160-i2c.c
CC drivers/media/usb/usbtv/usbtv-audio.o
CHECK drivers/media/usb/stk1160/stk1160-ac97.c
CHECK drivers/media/usb/usbtv/usbtv-core.c
AR drivers/media/usb/hdpvr/built-in.a
AR drivers/media/usb/go7007/built-in.a
CHECK drivers/media/usb/usbtv/usbtv-audio.c
CHECK drivers/media/usb/usbtv/usbtv-video.c
AR drivers/media/usb/stk1160/built-in.a
AR drivers/media/usb/usbtv/built-in.a
drivers/media/pci/saa7134/saa7134-dvb.c:1916 dvb_init() warn: Function too hairy. No more merges.
drivers/media/pci/saa7134/saa7134-dvb.c:1916 dvb_init() parse error: Function too hairy. Giving up. 22 seconds
AR drivers/media/pci/saa7134/built-in.a
AR drivers/media/usb/cx231xx/built-in.a
AR drivers/media/pci/solo6x10/built-in.a
AR drivers/media/pci/built-in.a
AR drivers/media/usb/pvrusb2/built-in.a
AR drivers/media/dvb-frontends/built-in.a
AR drivers/media/usb/em28xx/built-in.a
AR drivers/media/usb/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-smatch.sh " Completed!
edia/i2c/tvaudio.c
CHECK drivers/media/i2c/tvp7002.c
CC drivers/media/dvb-frontends/stv0900_sw.o
CC drivers/media/dvb-frontends/stv090x.o
CHECK drivers/media/i2c/tw2804.c
CHECK drivers/media/dvb-frontends/stb6000.c
CC drivers/media/dvb-frontends/stv0910.o
CHECK drivers/media/i2c/tw9906.c
CHECK drivers/media/i2c/tw9903.c
CC drivers/media/dvb-frontends/stv6110.o
CHECK drivers/media/dvb-frontends/stb0899_algo.c
CHECK drivers/media/i2c/tw9900.c
CHECK drivers/media/i2c/tvp5150.c
CC drivers/media/i2c/wm8775.o
CC drivers/media/dvb-frontends/stv6110x.o
CHECK drivers/media/dvb-frontends/stb6100.c
CHECK drivers/media/i2c/tw9910.c
CHECK drivers/media/dvb-frontends/stv0288.c
CHECK drivers/media/i2c/uda1342.c
CC drivers/media/dvb-frontends/stv6111.o
CC drivers/media/dvb-frontends/tc90522.o
CHECK drivers/media/i2c/upd64031a.c
CC drivers/media/dvb-frontends/tda10021.o
CHECK drivers/media/i2c/upd64083.c
CC drivers/media/dvb-frontends/tda10023.o
CC drivers/media/dvb-frontends/tda10048.o
CHECK drivers/media/i2c/wm8739.c
CHECK drivers/media/i2c/vp27smpx.c
CHECK drivers/media/dvb-frontends/stv0297.c
CC drivers/media/dvb-frontends/tda1004x.o
CC drivers/media/dvb-frontends/tda10071.o
CC drivers/media/dvb-frontends/tda10086.o
CHECK drivers/media/dvb-frontends/stv0299.c
CHECK drivers/media/i2c/vpx3220.c
CC drivers/media/dvb-frontends/tda18271c2dd.o
CC drivers/media/dvb-frontends/tda665x.o
CC drivers/media/dvb-frontends/tda8083.o
CC drivers/media/dvb-frontends/tda8261.o
CHECK drivers/media/i2c/vgxy61.c
CC drivers/media/dvb-frontends/tda826x.o
CC drivers/media/dvb-frontends/ts2020.o
CC drivers/media/dvb-frontends/tua6100.o
CC drivers/media/dvb-frontends/cx24113.o
CHECK drivers/media/dvb-frontends/stv0900_core.c
CHECK drivers/media/dvb-frontends/stv6110.c
CHECK drivers/media/dvb-frontends/stv0910.c
CC drivers/media/dvb-frontends/dib0070.o
CHECK drivers/media/i2c/wm8775.c
CC drivers/media/dvb-frontends/dib0090.o
CHECK drivers/media/dvb-frontends/stv6110x.c
CC drivers/media/dvb-frontends/itd1000.o
CHECK drivers/media/dvb-frontends/stv6111.c
CHECK drivers/media/dvb-frontends/stv0367.c
CHECK drivers/media/dvb-frontends/stv0900_sw.c
CHECK drivers/media/dvb-frontends/tda10021.c
CC drivers/media/dvb-frontends/ves1820.o
CHECK drivers/media/dvb-frontends/tc90522.c
CHECK drivers/media/dvb-frontends/tda10023.c
CC drivers/media/dvb-frontends/ves1x93.o
CC drivers/media/dvb-frontends/zd1301_demod.o
CHECK drivers/media/dvb-frontends/tda665x.c
CHECK drivers/media/dvb-frontends/tda10048.c
AR drivers/media/i2c/built-in.a
CC drivers/media/dvb-frontends/zl10036.o
CHECK drivers/media/dvb-frontends/tda8261.c
CHECK drivers/media/dvb-frontends/tda10086.c
CHECK drivers/media/dvb-frontends/tda1004x.c
CC drivers/media/dvb-frontends/zl10039.o
CHECK drivers/media/dvb-frontends/tda8083.c
CHECK drivers/media/dvb-frontends/tda826x.c
CC drivers/media/dvb-frontends/zl10353.o
CHECK drivers/media/dvb-frontends/tua6100.c
CHECK drivers/media/dvb-frontends/tda10071.c
CHECK drivers/media/dvb-frontends/ts2020.c
CHECK drivers/media/dvb-frontends/tda18271c2dd.c
CHECK drivers/media/dvb-frontends/cx24113.c
CHECK drivers/media/dvb-frontends/dib0070.c
CHECK drivers/media/dvb-frontends/itd1000.c
CHECK drivers/media/dvb-frontends/ves1820.c
CHECK drivers/media/dvb-frontends/zd1301_demod.c
CHECK drivers/media/dvb-frontends/ves1x93.c
CHECK drivers/media/dvb-frontends/zl10036.c
CHECK drivers/media/dvb-frontends/dib0090.c
CHECK drivers/media/dvb-frontends/zl10039.c
CHECK drivers/media/dvb-frontends/stv090x.c
CHECK drivers/media/dvb-frontends/zl10353.c
AR drivers/media/dvb-frontends/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-sparse.sh " Completed!
x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
0 files match
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file ./scripts/coccinelle/null/badzero.cocci --patch . --dir drivers/input/touchscreen -I ./arch/x86/include -I ./arch/x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file ./scripts/coccinelle/null/deref_null.cocci --patch . --dir drivers/input/touchscreen -I ./arch/x86/include -I ./arch/x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file ./scripts/coccinelle/null/eno.cocci --no-includes --include-headers --patch . --dir drivers/input/touchscreen -I ./arch/x86/include -I ./arch/x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
10 files match
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file ./scripts/coccinelle/null/kmerr.cocci --no-includes --include-headers --patch . --dir drivers/input/touchscreen -I ./arch/x86/include -I ./arch/x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
33 files match
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file ./scripts/coccinelle/tests/doublebitand.cocci --no-includes --include-headers --patch . --dir drivers/input/touchscreen -I ./arch/x86/include -I ./arch/x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file ./scripts/coccinelle/tests/doubletest.cocci --no-includes --include-headers --patch . --dir drivers/input/touchscreen -I ./arch/x86/include -I ./arch/x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file ./scripts/coccinelle/tests/odd_ptr_err.cocci --no-includes --include-headers --patch . --dir drivers/input/touchscreen -I ./arch/x86/include -I ./arch/x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
51 files match
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file ./scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci --all-includes --patch . --dir drivers/input/touchscreen -I ./arch/x86/include -I ./arch/x86/include/generated -I ./include -I ./arch/x86/include/uapi -I ./arch/x86/include/generated/uapi -I ./include/uapi -I ./include/generated/uapi --include ./include/linux/compiler-version.h --include ./include/linux/kconfig.h --jobs 16 --chunksize 1
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2310:2-9: line 2310 is redundant because platform_get_irq() already prints an error
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2310:2-9: line 2310 is redundant because platform_get_irq() already prints an error
"/media-ci/test-pahole.sh --cross_compile x86_64-linux-gnu- --cross_compile32 i686-linux-gnu-" Completed!
"/media-ci/test-pahole.sh --cross_compile aarch64-linux-gnu- --cross_compile32 arm-linux-gnueabi-" Completed!
"/media-ci/test-pahole.sh --cross_compile powerpc64-linux-gnu- --cross_compile32 powerpc64-linux-gnu-" Completed!
Reading debug-info
WARNING: module version is not specified (-lver NUM)
Creating ABI dump
The object ABI has been dumped to:
./ABI.dump
Preparing, please wait ...
Comparing ABIs ...
Comparing APIs ...
Creating compatibility report ...
Binary compatibility: 100%
Source compatibility: 100%
Total binary compatibility problems: 0, warnings: 0
Total source compatibility problems: 0, warnings: 0
Report: compat_reports/abi-test.o/X_to_Y/compat_report.html
"/media-ci/test-abi-dumper.sh --arch x86_64 --cross_compile x86_64-linux-gnu-" Completed!
WARNING: module version is not specified (-lver NUM)
WARNING: module version is not specified (-lver NUM)
Reading debug-info
Creating ABI dump
The object ABI has been dumped to:
./ABI.dump
Preparing, please wait ...
Comparing ABIs ...
Comparing APIs ...
Creating compatibility report ...
Binary compatibility: 100%
Source compatibility: 100%
Total binary compatibility problems: 0, warnings: 0
Total source compatibility problems: 0, warnings: 0
Report: compat_reports/abi-test.o/X_to_Y/compat_report.html
"/media-ci/test-abi-dumper.sh --arch x86 --cross_compile i686-linux-gnu-" Completed!
WARNING: module version is not specified (-lver NUM)
WARNING: module version is not specified (-lver NUM)
Reading debug-info
Creating ABI dump
The object ABI has been dumped to:
./ABI.dump
Preparing, please wait ...
Comparing ABIs ...
Comparing APIs ...
Creating compatibility report ...
Binary compatibility: 100%
Source compatibility: 100%
Total binary compatibility problems: 0, warnings: 0
Total source compatibility problems: 0, warnings: 0
Report: compat_reports/abi-test.o/X_to_Y/compat_report.html
"/media-ci/test-abi-dumper.sh --arch arm --cross_compile arm-linux-gnueabi-" Completed!
WARNING: module version is not specified (-lver NUM)
WARNING: module version is not specified (-lver NUM)
Reading debug-info
Creating ABI dump
The object ABI has been dumped to:
./ABI.dump
Preparing, please wait ...
Comparing ABIs ...
Comparing APIs ...
Creating compatibility report ...
Binary compatibility: 100%
Source compatibility: 100%
Total binary compatibility problems: 0, warnings: 0
Total source compatibility problems: 0, warnings: 0
Report: compat_reports/abi-test.o/X_to_Y/compat_report.html
"/media-ci/test-abi-dumper.sh --arch powerpc --cross_compile powerpc64-linux-gnu-" Completed!
WARNING: module version is not specified (-lver NUM)
"/media-ci/test-media-patchstyle.sh --patch ./0001-media-uapi-Add-meta-formats-for-PiSP-FE-config-and-s.patch" Completed!
WARNING: ./0001-media-uapi-Add-meta-formats-for-PiSP-FE-config-and-s.patch: Missing committer Signed-off-by
WARNING: ./0001-media-uapi-Add-meta-formats-for-PiSP-FE-config-and-s.patch: Missing committer Signed-off-by
"/media-ci/test-media-patchstyle.sh --patch ./0002-dt-bindings-media-Add-bindings-for-raspberrypi-rp1-c.patch" Completed!
WARNING: ./0002-dt-bindings-media-Add-bindings-for-raspberrypi-rp1-c.patch: Missing committer Signed-off-by
WARNING: ./0002-dt-bindings-media-Add-bindings-for-raspberrypi-rp1-c.patch: Missing committer Signed-off-by
"/media-ci/test-media-patchstyle.sh --patch ./0003-media-raspberrypi-Add-support-for-RP1-CFE.patch" Completed!
WARNING: ./0003-media-raspberrypi-Add-support-for-RP1-CFE.patch: Missing committer Signed-off-by
WARNING: ./0003-media-raspberrypi-Add-support-for-RP1-CFE.patch: Missing committer Signed-off-by
"/media-ci/test-media-patchstyle.sh --patch ./0004-media-admin-guide-Document-the-Raspberry-Pi-CFE-rp1-.patch" Completed!
WARNING: ./0004-media-admin-guide-Document-the-Raspberry-Pi-CFE-rp1-.patch: Missing committer Signed-off-by
WARNING: ./0004-media-admin-guide-Document-the-Raspberry-Pi-CFE-rp1-.patch: Missing committer Signed-off-by
ERROR: trailing statements should be on next line
#86: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1470:
+case V4L2_META_FMT_RPI_FE_CFG: descr = "RPi PiSP FE Config format"; break;
ERROR: trailing statements should be on next line
#87: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1471:
+case V4L2_META_FMT_RPI_FE_STATS: descr = "RPi PiSP FE Statistics format"; break;
total: 2 errors, 0 warnings, 0 checks, 62 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./0001-media-uapi-Add-meta-formats-for-PiSP-FE-config-and-s.patch has style problems, please review.
NOTE: Ignored message types: FILE_PATH_CHANGES
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
ERROR: trailing statements should be on next line
#86: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1470:
+case V4L2_META_FMT_RPI_FE_CFG: descr = "RPi PiSP FE Config format"; break;
ERROR: trailing statements should be on next line
#87: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1471:
+case V4L2_META_FMT_RPI_FE_STATS: descr = "RPi PiSP FE Statistics format"; break;
total: 2 errors, 0 warnings, 0 checks, 62 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./0001-media-uapi-Add-meta-formats-for-PiSP-FE-config-and-s.patch has style problems, please review.
NOTE: Ignored message types: FILE_PATH_CHANGES
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
"/media-ci/test-checkpatch.sh --patch ./0002-dt-bindings-media-Add-bindings-for-raspberrypi-rp1-c.patch" Completed!
d(&state->routing,
+CSI2_PAD_FIRST_SOURCE + channel, 0, NULL, &sink_stream);
CHECK: Alignment should match open parenthesis
#1547: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:880:
+source_fmt = v4l2_subdev_state_get_format(state,
+node_desc[cfe->fe_csi2_channel].link_pad);
CHECK: Alignment should match open parenthesis
#1587: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:920:
+source_fmt = v4l2_subdev_state_get_format(state,
+node_desc[node->id].link_pad);
CHECK: Alignment should match open parenthesis
#1790: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:1123:
+source_fmt = v4l2_subdev_state_get_format(state,
+route->sink_pad, route->sink_stream);
CHECK: Alignment should match open parenthesis
#1955: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:1288:
+ret = v4l2_subdev_disable_streams(cfe->source_sd,
+cfe->source_pad, cfe->streams_mask);
CHECK: Alignment should match open parenthesis
#2737: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2070:
+ret = v4l2_create_fwnode_links_to_pad(cfe->source_sd,
+&cfe->csi2.pad[CSI2_PAD_SINK],
CHECK: Alignment should match open parenthesis
#2905: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2238:
+asd = v4l2_async_nf_add_fwnode_remote(&cfe->notifier, local_ep_fwnode,
+ struct v4l2_async_connection);
CHECK: Macro argument 'csi2' may be better as '(csi2)' to avoid precedence issues
#3234: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:25:
+#define csi2_dbg(csi2, fmt, arg...) dev_dbg(csi2->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'csi2' may be better as '(csi2)' to avoid precedence issues
#3235: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:26:
+#define csi2_err(csi2, fmt, arg...) dev_err(csi2->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument reuse 'x' - possible side-effects?
#3283: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:74:
+#define CSI2_STATUS_IRQ_CH_MASK(x) \
+(CSI2_STATUS_IRQ_FS(x) | CSI2_STATUS_IRQ_FE(x) | \
+ CSI2_STATUS_IRQ_FE_ACK(x) | CSI2_STATUS_IRQ_LE(x) | \
+ CSI2_STATUS_IRQ_LE_ACK(x))
CHECK: Macro argument reuse 'idx' - possible side-effects?
#3347: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:138:
+#define DUMP_CH(idx, reg) seq_printf(s, #reg "(%u) \t0x%08x\n", idx, csi2_reg_read(csi2, reg(idx)))
CHECK: Macro argument 'dphy' may be better as '(dphy)' to avoid precedence issues
#3907: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:14:
+#define dphy_dbg(dphy, fmt, arg...) dev_dbg(dphy->dev, fmt, ##arg)
CHECK: Macro argument 'dphy' may be better as '(dphy)' to avoid precedence issues
#3908: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:15:
+#define dphy_err(dphy, fmt, arg...) dev_err(dphy->dev, fmt, ##arg)
WARNING: Unnecessary ftrace-like logging - prefer using ftrace
#4054: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:161:
+dphy_dbg(dphy, "%s\n", __func__);
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4231: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:119:
+#define pisp_fe_dbg(fe, fmt, arg...) dev_dbg(fe->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4232: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:120:
+#define pisp_fe_info(fe, fmt, arg...) dev_info(fe->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4233: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:121:
+#define pisp_fe_err(fe, fmt, arg...) dev_err(fe->v4l2_dev->dev, fmt, ##arg)
total: 0 errors, 2 warnings, 62 checks, 4949 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./0003-media-raspberrypi-Add-support-for-RP1-CFE.patch has style problems, please review.
NOTE: Ignored message types: FILE_PATH_CHANGES
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
d(&state->routing,
+CSI2_PAD_FIRST_SOURCE + channel, 0, NULL, &sink_stream);
CHECK: Alignment should match open parenthesis
#1547: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:880:
+source_fmt = v4l2_subdev_state_get_format(state,
+node_desc[cfe->fe_csi2_channel].link_pad);
CHECK: Alignment should match open parenthesis
#1587: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:920:
+source_fmt = v4l2_subdev_state_get_format(state,
+node_desc[node->id].link_pad);
CHECK: Alignment should match open parenthesis
#1790: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:1123:
+source_fmt = v4l2_subdev_state_get_format(state,
+route->sink_pad, route->sink_stream);
CHECK: Alignment should match open parenthesis
#1955: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:1288:
+ret = v4l2_subdev_disable_streams(cfe->source_sd,
+cfe->source_pad, cfe->streams_mask);
CHECK: Alignment should match open parenthesis
#2737: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2070:
+ret = v4l2_create_fwnode_links_to_pad(cfe->source_sd,
+&cfe->csi2.pad[CSI2_PAD_SINK],
CHECK: Alignment should match open parenthesis
#2905: FILE: drivers/media/platform/raspberrypi/rp1-cfe/cfe.c:2238:
+asd = v4l2_async_nf_add_fwnode_remote(&cfe->notifier, local_ep_fwnode,
+ struct v4l2_async_connection);
CHECK: Macro argument 'csi2' may be better as '(csi2)' to avoid precedence issues
#3234: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:25:
+#define csi2_dbg(csi2, fmt, arg...) dev_dbg(csi2->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'csi2' may be better as '(csi2)' to avoid precedence issues
#3235: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:26:
+#define csi2_err(csi2, fmt, arg...) dev_err(csi2->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument reuse 'x' - possible side-effects?
#3283: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:74:
+#define CSI2_STATUS_IRQ_CH_MASK(x) \
+(CSI2_STATUS_IRQ_FS(x) | CSI2_STATUS_IRQ_FE(x) | \
+ CSI2_STATUS_IRQ_FE_ACK(x) | CSI2_STATUS_IRQ_LE(x) | \
+ CSI2_STATUS_IRQ_LE_ACK(x))
CHECK: Macro argument reuse 'idx' - possible side-effects?
#3347: FILE: drivers/media/platform/raspberrypi/rp1-cfe/csi2.c:138:
+#define DUMP_CH(idx, reg) seq_printf(s, #reg "(%u) \t0x%08x\n", idx, csi2_reg_read(csi2, reg(idx)))
CHECK: Macro argument 'dphy' may be better as '(dphy)' to avoid precedence issues
#3907: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:14:
+#define dphy_dbg(dphy, fmt, arg...) dev_dbg(dphy->dev, fmt, ##arg)
CHECK: Macro argument 'dphy' may be better as '(dphy)' to avoid precedence issues
#3908: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:15:
+#define dphy_err(dphy, fmt, arg...) dev_err(dphy->dev, fmt, ##arg)
WARNING: Unnecessary ftrace-like logging - prefer using ftrace
#4054: FILE: drivers/media/platform/raspberrypi/rp1-cfe/dphy.c:161:
+dphy_dbg(dphy, "%s\n", __func__);
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4231: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:119:
+#define pisp_fe_dbg(fe, fmt, arg...) dev_dbg(fe->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4232: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:120:
+#define pisp_fe_info(fe, fmt, arg...) dev_info(fe->v4l2_dev->dev, fmt, ##arg)
CHECK: Macro argument 'fe' may be better as '(fe)' to avoid precedence issues
#4233: FILE: drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c:121:
+#define pisp_fe_err(fe, fmt, arg...) dev_err(fe->v4l2_dev->dev, fmt, ##arg)
total: 0 errors, 2 warnings, 62 checks, 4949 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./0003-media-raspberrypi-Add-support-for-RP1-CFE.patch has style problems, please review.
NOTE: Ignored message types: FILE_PATH_CHANGES
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
"/media-ci/test-checkpatch.sh --patch ./0004-media-admin-guide-Document-the-Raspberry-Pi-CFE-rp1-.patch" Completed!