[driver-core:debugfs_cleanup 3/13] drivers/gpu/drm/tiny/hx8357d.c:200:19: error: initialization of 'void (*)(struct drm_minor *)' from incompatible pointer type 'int (*)(struct drm_minor *)'

2019-09-29 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=8.1.0 make.cross ARCH=nds32 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/tiny/hx8357d.c:200:19: error: initialization of 'void >&g

[driver-core:debugfs_cleanup 3/13] drivers/gpu/drm/drm_mipi_dbi.c:1311:6: error: conflicting types for 'mipi_dbi_debugfs_init'

2019-09-29 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): >> drivers/gpu/drm/drm_mipi_dbi.c:1311:6: error: conflicti

[driver-core:debugfs_remove_return_value 3/9] arch/powerpc/platforms/pseries/dtl.c:356:19: error: void value not ignored as it ought to be

2019-10-01 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): arch/powerpc/platforms/pseries/dtl.c: In function 'dtl_init': >>

[staging:staging-testing 41/59] drivers/staging/wfx/main.c:47:14-21: ERROR: PTR_ERR applied after initialization to constant on line 42

2019-10-04 Thread kbuild test robot
-by: kbuild test robot coccinelle warnings: (new ones prefixed by >>) >> drivers/staging/wfx/main.c:47:14-21: ERROR: PTR_ERR applied after >> initialization to constant on line 42 vim +47 drivers/staging/wfx/main.c 30 31 struct gpio_desc *wfx_get_gpio(struct device

[staging:staging-testing 59/59] drivers/staging/wfx/sta.c:244:1-7: alloc with no test, possible model on line 260

2019-10-04 Thread kbuild test robot
Reported-by: kbuild test robot coccinelle warnings: (new ones prefixed by >>) >> drivers/staging/wfx/sta.c:244:1-7: alloc with no test, possible model on >> line 260 vim +244 drivers/staging/wfx/sta.c 212 213 void wfx_update_filtering(struct wfx_vif *wvif) 214 {

[staging:staging-testing 46/59] drivers/staging/wfx/bh.c:76:3: note: in expansion of macro 'le16_to_cpus'

2019-10-04 Thread kbuild test robot
GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include/linux/byteorder/big_endian.h:5:0, from arch/sparc/include/uapi/asm/byteord

[staging:staging-testing 53/59] drivers/staging/wfx/hif_tx_mib.h:139:2: note: in expansion of macro 'cpu_to_le32s'

2019-10-04 Thread kbuild test robot
build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): In file included from include/linux/byteorder/big_endian.h:5:0, from arch/sparc/i

[staging:staging-testing 55/59] drivers/staging/wfx/data_tx.c:619:16: note: in expansion of macro 'cpu_to_le16'

2019-10-04 Thread kbuild test robot
tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include/linux/byteorder/big_endian.h:5:0, from arch/sparc/include/ua

[staging:staging-testing 55/59] data_tx.c:(.text+0x310): multiple definition of `tx_policy_init'; drivers/net/wireless/st/cw1200/txrx.o:txrx.c:(.text+0x1960): first defined here

2019-10-04 Thread kbuild test robot
) compiler: gcc-7 (Debian 7.4.0-13) 7.4.0 reproduce: git checkout 9bca45f3d6924f19f29c0d019e961af3f41bdc9e # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed

Re: [PATCH v2] staging: vc04_services: Avoid NULL comparison

2019-10-08 Thread kbuild test robot
.config) compiler: gcc-7 (Debian 7.4.0-13) 7.4.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/staging/vc04_se

driverdev-devel@linuxdriverproject.org

2019-10-09 Thread kbuild test robot
: kbuild test robot Reported-by: Dan Carpenter New smatch warnings: drivers/staging/wfx/scan.c:207 wfx_scan_work() warn: inconsistent returns 'sem:&wvif->scan.lock'. Locked on: line 201 Unlocked on: line 145 # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagi

Re: [PATCH] staging: qlge: Fix multiple assignments warning by splitting the assignement into two each

2019-10-10 Thread kbuild test robot
-randconfig-g004-201940 (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 7.4.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by

[RFC PATCH] drm/bridge: anx7625: ANX_OUI[] can be static

2019-10-14 Thread kbuild test robot
Fixes: 152a82b6747f ("drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver") Signed-off-by: kbuild test robot --- anx7625.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analog

Re: [PATCH v2 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2019-10-14 Thread kbuild test robot
on: v0.6.1-rc1-43-g0ccb3b4-dirty make ARCH=x86_64 allmodconfig make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> drivers/gpu/drm/

[driver-core:device_h_splitup 11/11] include/linux/device_printk.h:106:2: warning: this statement may fall through

2019-10-16 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include/linux/device.h:15:0, from include

Re: [PATCH v2 2/4] iio: adc: ad7091r5: Add scale and external VREF support

2019-10-31 Thread kbuild test robot
reproduce: # apt-get install sparse # sparse version: v0.6.1-dirty make ARCH=x86_64 allmodconfig make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (

[RFC PATCH] iio: adc: ad7091r5: ad7091r_remove() can be static

2019-10-31 Thread kbuild test robot
Fixes: 608229aeaa1f ("iio: adc: ad7091r5: Add scale and external VREF support") Signed-off-by: kbuild test robot --- ad7091r-base.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/adc/ad7091r-base.c b/drivers/iio/adc/ad7091r-base.c index fda

[driver-core:device_h_splitup 35/35] include/linux/device/class.h:152:21: warning: 'struct fwnode_handle' declared inside parameter list will not be visible outside of this definition or declaration

2019-11-03 Thread kbuild test robot
ttached as .config) compiler: gcc-7 (Debian 7.4.0-14) 7.4.0 reproduce: git checkout 8ac09706c581716b3ca938773ad29e50854fa674 # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot Al

[driver-core:device_h_splitup 34/35] drivers//base/devcon.c:161:40: error: passing argument 2 of 'bus_find_device_by_fwnode' from incompatible pointer type

2019-11-03 Thread kbuild test robot
ttached as .config) compiler: gcc-7 (Debian 7.4.0-14) 7.4.0 reproduce: git checkout bfe8e3fa1f0d3946158a6526aefccc5160b51cb9 # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All erro

[driver-core:device_h_splitup 35/35] drivers/usb/roles/class.c:97:49: error: passing argument 2 of 'class_find_device_by_fwnode' from incompatible pointer type

2019-11-03 Thread kbuild test robot
onfig-b001-201944 (attached as .config) compiler: gcc-7 (Debian 7.4.0-14) 7.4.0 reproduce: git checkout 8ac09706c581716b3ca938773ad29e50854fa674 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild

[driver-core:device_h_splitup 34/35] drivers/net//ethernet/hisilicon/hns/hns_dsaf_misc.c:762:54: error: passing argument 2 of 'bus_find_device_by_fwnode' from incompatible pointer type

2019-11-03 Thread kbuild test robot
.config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sh If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from include/linux/device.h:29:0, from include/linux

[driver-core:debugfs_cleanup 46/47] drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.c:237:48: error: 'root' undeclared; did you mean 'ror8'?

2019-11-04 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=ia64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.c: In fu

[driver-core:device_h_splitup 56/57] include/linux/device/bus.h:96:37: error: unknown type name 'pm_message_t'

2019-11-11 Thread kbuild test robot
-s0-201945 (attached as .config) compiler: gcc-7 (Debian 7.4.0-14) 7.4.0 reproduce: git checkout 43ed4c24a977067ac76d7b6051829934fb59ae2f # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test r

[driver-core:device_h_splitup 56/57] include/linux/device/bus.h:87:43: warning: 'struct kobj_uevent_env' declared inside parameter list

2019-11-11 Thread kbuild test robot
by: kbuild test robot All warnings (new ones prefixed by >>): In file included from :0:0: >> include/linux/device/bus.h:87:43: warning: 'struct kobj_uevent_env' declared >> inside parameter list int (*uevent)(struct de

[staging:staging-testing 156/337] drivers/staging/octeon/ethernet.c:177:21: error: dereferencing pointer to incomplete type 'struct cvmx_wqe'

2019-11-11 Thread kbuild test robot
ef1fe6b7369a822d86a2fb8a688c721ae7f4eed3 # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): drivers/staging/octeon/ethernet

[staging:staging-testing 157/337] drivers/staging/octeon/ethernet.c:463:30: error: storage size of 'link_info' isn't known

2019-11-11 Thread kbuild test robot
the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): In file included from drivers/staging/octeon/ethernet-mem.c:12:0: >

[staging:staging-testing 159/337] drivers/staging/octeon/ethernet-tx.c:130:31: error: storage size of 'pko_command' isn't known

2019-11-11 Thread kbuild test robot
the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from drivers/staging/octeon/ethernet-tx.c:25:0: drivers/s

[socfpga-nex:for_next-fpgamgr-without-overlays-v4 8/9] drivers/staging/fpga/fpga-mgr.c:46:5: sparse: symbol 'fpga_mgr_low_level_state' was not declared. Should it be static?

2014-12-09 Thread kbuild test robot
tree: git://git.rocketboards.org/linux-socfpga-next for_next-fpgamgr-without-overlays-v4 head: 590b747bfa6791797c241116453acf50bc4e5dda commit: 356ae534a603de3aa8b1cfc173a777f59273d32e [8/9] staging: fpga manager: framework core reproduce: # apt-get install sparse git checkout 356ae534a60

[PATCH socfpga-nex] staging: fpga manager: fpga_mgr_low_level_state() can be static

2014-12-09 Thread kbuild test robot
drivers/staging/fpga/fpga-mgr.c:46:5: sparse: symbol 'fpga_mgr_low_level_state' was not declared. Should it be static? drivers/staging/fpga/fpga-mgr.c:324:30: sparse: symbol 'fpga_mgr_groups' was not declared. Should it be static? drivers/staging/fpga/fpga-mgr.c:365:25: sparse: symbol 'fpga_mgr_d

[PATCH] staging: fpga manager: fix platform_no_drv_owner.cocci warnings

2014-12-10 Thread kbuild test robot
drivers/staging/fpga/altera.c:768:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Alan Tull Signed-off-by: Fengguang Wu --- altera.c |1 - 1 file

[PATCH] staging: fpga manager: fix array_size.cocci warnings

2014-12-10 Thread kbuild test robot
drivers/staging/fpga/altera.c:368:33-34: WARNING: Use ARRAY_SIZE Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element Semantic patch information: This makes an effort to find cases where ARRAY_SIZE can be used such as where there is a division of sizeof the array by the sizeo

[PATCH socfpga-nex] staging: fpga manager: socfpga_fpga_ops can be static

2014-12-10 Thread kbuild test robot
drivers/staging/fpga/socfpga.c:655:25: sparse: symbol 'socfpga_fpga_ops' was not declared. Should it be static? Signed-off-by: Fengguang Wu --- socfpga.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fpga/socfpga.c b/drivers/staging/fpga/socfpga.c index

[socfpga-nex:for_next-fpgamgr-without-overlays-v4.3 8/9] drivers/staging/fpga/socfpga.c:655:25: sparse: symbol 'socfpga_fpga_ops' was not declared. Should it be static?

2014-12-10 Thread kbuild test robot
tree: git://git.rocketboards.org/linux-socfpga-next for_next-fpgamgr-without-overlays-v4.3 head: 7920447fc75922e9a72db640cddf890d75a30e0d commit: 99aa2d008ce7a2a925368bfddd53ae83d307fb38 [8/9] staging: fpga manager: add driver for socfpga fpga manager reproduce: # apt-get install sparse g

[PATCH] staging: fpga manager: fix odd_ptr_err.cocci warnings

2014-12-19 Thread kbuild test robot
drivers/staging/fpga/socfpga.c:647:5-11: inconsistent IS_ERR and PTR_ERR, PTR_ERR on line 648 PTR_ERR should access the value just tested by IS_ERR Semantic patch information: There can be false positives in the patch case, where it is the call IS_ERR that is wrong. Generated by: scripts/coc

Re: [PATCH] staging: wlan-ng: Shorten excessively long p80211 constants

2019-04-06 Thread kbuild test robot
Hi Mikhail, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v5.1-rc3 next-20190405] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day

Re: [PATCH] staging: kpc2000: add initial set of Daktronics drivers

2019-04-20 Thread kbuild test robot
/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by

Re: [PATCH] staging: kpc2000: add initial set of Daktronics drivers

2019-04-20 Thread kbuild test robot
-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by

[staging:staging-next 430/430] drivers/staging/kpc2000/kpc2000/core.c:76:5: error: implicit declaration of function 'writeq'; did you mean 'writeb'?

2019-04-21 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/staging/kpc2000/kpc2000/core.c: In function 'show_cpld_config_reg':

Re: [PATCH v2] staging: kpc2000: Add DMA driver

2019-04-22 Thread kbuild test robot
chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include

Re: [PATCH v2] staging: kpc2000: Add DMA driver

2019-04-22 Thread kbuild test robot
chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=parisc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include

Re: [Intel-gfx] [PATCH] dma-buf: add struct dma_buf_attach_info v2

2019-04-30 Thread kbuild test robot
chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=8.1.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/staging/media/tegra-vde/tegr

Re: [Intel-gfx] [PATCH] dma-buf: add struct dma_buf_attach_info v2

2019-04-30 Thread kbuild test robot
rted-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> drivers/xen/gntdev-dmabuf.c:634:33: sparse: sparse: incorrect type in >> argument 1 (different base types) @@expected struct dma_buf_attach_info >> const *info @@got dma_buf_attach_info const

[staging:staging-testing 430/495] drivers/staging//kpc2000/kpc_spi/spi_driver.c:167:5: error: implicit declaration of function 'writeq'; did you mean 'writeb'?

2019-05-02 Thread kbuild test robot
7dc7967fc39af81191558f63eeaf3d2b83899b1c # save the attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/staging//kpc2000/kpc_spi/spi_drive

[driver-core:debugfs_cleanup 51/55] drivers/platform/x86/intel_pmc_core.c:796:1: warning: no return statement in function returning non-void

2019-05-10 Thread kbuild test robot
: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 8c404cfe3e58120800e912665bd6b9d50bd29329 # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by

Re: [PATCH 03/10] staging: kpc2000: remove fileops.c file.

2019-05-17 Thread kbuild test robot
/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=8.1.0 make.cross ARCH=riscv If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/staging//k

Re: [PATCH 03/10] staging: kpc2000: remove fileops.c file.

2019-05-17 Thread kbuild test robot
lowing tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) drivers/staging/kpc2000/kpc2000/core.c:82:1: sparse: sparse: symbol 'dev_attr_ssid' was not declared. Should it be static? drivers/staging/kpc2000/kpc2000/core.c:83:1: sparse: sparse: symbo

Re: [PATCH 03/10] staging: kpc2000: remove fileops.c file.

2019-05-17 Thread kbuild test robot
/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): I

Re: [PATCH 08/10] staging: kpc2000: move the i2c driver out of its subdirectory

2019-05-17 Thread kbuild test robot
lowing tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> drivers/staging/kpc2000/kpc2000_i2c.c:141:14: sparse: sparse: incorrect type >> in argument 1 (different address spaces) @@expected void const volatile >> [noderef] *addr @@go

Re: [PATCH 08/10] staging: kpc2000: move the i2c driver out of its subdirectory

2019-05-17 Thread kbuild test robot
/commits/Greg-Kroah-Hartman/staging-kpc2000-fix-a-bunch-of-orginization-and-header-file-issues/20190517-213909 If you fix the issue, kindly add following tag Reported-by: kbuild test robot coccinelle warnings: (new ones prefixed by >>) >> drivers/staging/kpc2000/kpc2000_i2c.c:682:16

[PATCH] staging: kpc2000: fix badzero.cocci warnings

2019-05-17 Thread kbuild test robot
From: kbuild test robot drivers/staging/kpc2000/kpc2000_i2c.c:682:16-17: WARNING comparing pointer to 0 Compare pointer-typed values to NULL rather than 0 Semantic patch information: This makes an effort to choose between !x and x == NULL. !x is used if it has previously been used with the

[driver-core:debugfs_cleanup 31/55] fs/ceph/debugfs.c:267:9: warning: 'return' with a value, in function returning void

2019-05-19 Thread kbuild test robot
test robot All warnings (new ones prefixed by >>): fs/ceph/debugfs.c: In function 'ceph_fs_debugfs_init': >> fs/ceph/debugfs.c:267:9: warning: 'return' with a value, in function >> returning void return 0; ^ vim +/return +267

[staging:staging-next 106/106] drivers/staging/kpc2000/kpc2000_i2c.c:652:3-8: No need to set .owner here. The core will do it.

2019-05-22 Thread kbuild test robot
, kindly add following tag Reported-by: kbuild test robot coccinelle warnings: (new ones prefixed by >>) >> drivers/staging/kpc2000/kpc2000_i2c.c:652:3-8: No need to set .owner here. >> The core will do it. Please review and possibly fold the followup patch. --- 0-DAY kernel t

[PATCH] staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warnings

2019-05-22 Thread kbuild test robot
From: kbuild test robot drivers/staging/kpc2000/kpc2000_i2c.c:652:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: 43ad38191816 ("staging: kp

[driver-core:debugfs_cleanup 4/55] arch/x86/kvm/debugfs.c:60:3: error: 'ret' undeclared; did you mean 'net'?

2019-05-28 Thread kbuild test robot
(attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 14edfc42c918fb71d35786bb35622a175d9fab5c # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors

[driver-core:platform_groups 28/29] drivers/video//fbdev/sm501fb.c:1283:1: note: in expansion of macro 'ATTRIBUTE_GROUPS'

2019-06-04 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include/linux/kobject.h:20:0, from include

[driver-core:platform_groups 26/27] drivers/video/fbdev/wm8505fb.c:188:21: error: 'struct device_attribute' has no member named 'addr'; did you mean 'attr'?

2019-06-04 Thread kbuild test robot
the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> drivers/video/fbdev/wm8505fb.c:188:21: error: 'struct device_attribute&#

[driver-core:platform_groups 26/27] drivers/video//fbdev/wm8505fb.c:191:1: note: in expansion of macro 'ATTRIBUTE_GROUPS'

2019-06-04 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/video//fbdev/wm8505fb.c:188:21: error: 'struct device_attribute' has

[driver-core:platform_groups 31/31] drivers/input/misc/axp20x-pek.c:203:18: error: 'axp20x_attrs' undeclared here (not in a function); did you mean 'axp20x_time'?

2019-06-05 Thread kbuild test robot
.config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from include/linux/kobject.h:20:0, from include/linux/de

[driver-core:debugfs_cleanup 77/78] drivers/net//wireless/intel/iwlwifi/dvm/rs.c:3283:42: error: void value not ignored as it ought to be

2019-06-12 Thread kbuild test robot
to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): vim +3283 drivers/net//wireless/intel/iwlwifi/dvm/rs.c 38167459d drivers/net/wireless/iwlwifi/iwl-ag

[driver-core:debugfs_cleanup 77/78] drivers/net/wireless/intel/iwlegacy/4965-rs.c:2779:42: error: void value not ignored as it ought to be

2019-06-12 Thread kbuild test robot
to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/net/wireless/intel/iwlegacy/4965-rs.c: In function 'il4965_rs_add_debugfs'

[driver-core:debugfs_cleanup 77/85] drivers/net/wireless/intel/iwlegacy/4965-rs.c:2779:49: sparse: sparse: incorrect type in assignment (different base types)

2019-06-12 Thread kbuild test robot
# sparse version: v0.6.1-rc1-7-g2b96cd8-dirty git checkout 2cd2d7ff48151c0a5326606dbc48a00df3a4d596 make ARCH=x86_64 allmodconfig make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag Reported-by: kbuild

[driver-core:debugfs_cleanup 129/129] drivers/gpu//drm/sti/sti_compositor.c:55:9: warning: 'return' with a value, in function returning void

2019-06-13 Thread kbuild test robot
GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/gpu//drm/sti/sti_compositor.c: In function 'sti_compositor_debugfs_init': >> drivers/gpu//drm/sti/sti_comp

[driver-core:debugfs_cleanup 133/139] drivers/crypto/nx/nx_debugfs.c:51:19: error: void value not ignored as it ought to be

2019-06-14 Thread kbuild test robot
to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/crypto/nx/nx_debugfs.c: In function 'nx_debugfs_init': >> drivers/crypto

[driver-core:debugfs_cleanup 128/140] drivers/crypto//nx/nx_debugfs.c:69:7: error: 'dfs_root' undeclared; did you mean 'rb_root'?

2019-06-14 Thread kbuild test robot
the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/crypto//nx/nx_debugfs.c: In function 'nx_debugfs_init': >&

[driver-core:debugfs_cleanup 151/155] drivers/gpio/gpio-mockup.c:336:4: error: label 'err' used but not defined

2019-06-18 Thread kbuild test robot
the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_debugfs_setup':

[PATCH] staging: kpc2000: Fix: fix platform_no_drv_owner.cocci warnings

2019-06-21 Thread kbuild test robot
From: kbuild test robot drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c:200:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: abddd78ef465 ("st

[driver-core:driver-core-testing 84/85] drivers/s390/cio/device.c:1660:9: warning: assignment discards 'const' qualifier from pointer target type

2019-06-25 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=s390 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/s390/cio/device.c: In function '__ccwdev_check_busid': >

Re: [PATCH v4 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags

2019-06-25 Thread kbuild test robot
# save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sh If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/gpu//drm/tinydrm/core/tinydrm-helpers.c: In fu

Re: [PATCH v4 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes

2019-06-25 Thread kbuild test robot
~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): lib/hexdump.c: In function 'announce_skipp

Re: [PATCH v4 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags

2019-06-25 Thread kbuild test robot
ue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) sound/soc/intel/skylake/skl-debug.c:191:34: sparse: sparse: incorrect type in argument 1 (different address spaces) @@expected void [noderef] *to @@got eref] *to @@ sound/s

Re: [PATCH] media: bcm2048: Macros with complex values should be enclosed in parentheses

2019-06-27 Thread kbuild test robot
attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): >> drivers/staging/media/bcm2048/radio-bcm2048.c:2004:1: error: expected >> identifier or 

Re: [PATCH v3] Staging: most: fix coding style issues

2019-07-01 Thread kbuild test robot
the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/staging/most/core.c: In function 'set_datatype_show': >> drivers/staging/most/core.c:308:9: warning: assignment discards 'const' >> qualifier

Re: [PATCH v3] Staging: most: fix coding style issues

2019-07-01 Thread kbuild test robot
' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) vim +308 drivers/staging/most/core.c 296 297 static ssize_t set_datatype_show(struct device *dev, 298 struct device

[driver-core:debugfs_cleanup 187/193] drivers/iommu/omap-iommu-debug.c:264:4: error: void value not ignored as it ought to be

2019-07-04 Thread kbuild test robot
attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/iommu/omap-iommu-debug.c: In function 'omap_iommu_debugfs_add': >&

[driver-core:debugfs_cleanup 185/194] drivers/iommu/omap-iommu-debug.c:253:45: error: 'attrregs_fops' undeclared; did you mean 'regs_fops'?

2019-07-04 Thread kbuild test robot
# save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/iommu/omap-iommu-debug.c: In function 'omap_iommu_

Re: [PATCH] media: bcm2048: Macros with complex values should be enclosed in parentheses

2019-07-04 Thread kbuild test robot
linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> drivers/staging/media/bcm2048/radio-bcm2048.c:2004:1: error: expected >> identifier or '(' before 'do

[driver-core:debugfs_cleanup 185/194] drivers//iommu/omap-iommu-debug.c:254:44: error: 'rtlb_fops' undeclared; did you mean 'tlb_fops'?

2019-07-05 Thread kbuild test robot
# save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers//iommu/omap-iommu-debug.c: In function 'omap_iommu_

[driver-core:debugfs_cleanup 9/68] drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c:64:42: warning: 'struct net_dim' declared inside parameter list will not be visible outside of this definition or d

2019-07-13 Thread kbuild test robot
tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): >> drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c:64:42: warning: 'struct >> net_dim' declare

Re: [PATCH] staging: rtl8712: Add parenthesis to Macro argument

2019-07-14 Thread kbuild test robot
/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from d

[driver-core:debugfs_cleanup 24/55] drivers/gpu//drm/msm/disp/dpu1/dpu_kms.c:227:3: warning: 'return' with no value, in function returning non-void

2019-07-15 Thread kbuild test robot
# save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/gpu//drm/msm/disp/dpu1/dpu_kms.c: In function 'dpu_kms_d

[staging:staging-testing 1/41] drivers/staging/isdn/hysdn/hysdn_defs.h:227:1: warning: "/*" within comment

2019-07-16 Thread kbuild test robot
# save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from drivers/staging/isdn/hysdn/hysdn_procconf.c:

Re: [PATCH] staging: rtl8712: Add parenthesis to Macro argument

2019-07-16 Thread kbuild test robot
ou fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) include/linux/sched.h:609:43: sparse: sparse: bad integer constant expression include/linux/sched.h:609:73: sparse: sparse: invalid named zero-width bitfield `value&#

[driver-core:debugfs_cleanup 22/55] sound//soc/soc-core.c:231:2: note: in expansion of macro 'if'

2019-07-17 Thread kbuild test robot
Reported-by: kbuild test robot All warnings (new ones prefixed by >>): sound//soc/soc-core.c: In function 'soc_init_card_debugfs': sound//soc/soc-core.c:228:8: error: 'struct snd_soc_card' has no member named 'debugfs_pop_time'; did you mean 'debugf

[driver-core:debugfs_cleanup 21/55] drivers/gpu/drm/i915/i915_debugfs.c:4444:6: error: conflicting types for 'i915_debugfs_register'

2019-07-19 Thread kbuild test robot
-rhel (attached as .config) compiler: gcc-7 (Debian 7.4.0-10) 7.4.0 reproduce: git checkout 9ec380374a43c5e6fcf1c6c1a429379b208a7905 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot

[driver-core:debugfs_cleanup 15/49] drivers/gpu/drm/i915/i915_debugfs.c:4444:6: error: conflicting types for 'i915_debugfs_register'

2019-07-21 Thread kbuild test robot
-defconfig (attached as .config) compiler: gcc-7 (Debian 7.4.0-10) 7.4.0 reproduce: git checkout c322a580a9226296a9ac9f57fdd9f06c186dedc3 # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot

[driver-core:debugfs_cleanup 26/49] fs/ocfs2/dlmglue.c:3291:30: error: void value not ignored as it ought to be

2019-07-22 Thread kbuild test robot
.config) compiler: gcc-7 (Debian 7.4.0-10) 7.4.0 reproduce: git checkout 54d5611ad33f517de1bfe958b22f57822743aebb # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new

Re: [PATCH v3] Staging: most: fix coding style issues

2019-07-23 Thread kbuild test robot
ou fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> drivers/staging/most/core.c:308:30: sparse: sparse: incorrect type in >> assignment (different modifiers) @@expected char *type @@got char >&g

Re: [PATCH] staging: unisys: visorbus: Declared char * array as static const

2017-09-11 Thread kbuild test robot
Hi Harsha, [auto build test ERROR on v4.13] [also build test ERROR on next-20170911] [cannot apply to staging/staging-testing] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Harsha-Sharma/stagin

Re: [PATCH] staging: unisys: visorbus: Declared char * array as static const

2017-09-11 Thread kbuild test robot
Hi Harsha, [auto build test WARNING on v4.13] [also build test WARNING on next-20170911] [cannot apply to staging/staging-testing] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Harsha-Sharma/st

Re: [PATCH v2 01/16] hyper-v: trace vmbus_on_msg_dpc()

2017-10-01 Thread kbuild test robot
Hi Vitaly, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc3 next-20170929] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Vitaly-Kuznetsov/hyper-v-trace-vmbus_on_m

Re: [PATCH v2 1/2] staging: Introduce NVIDIA Tegra20 video decoder driver

2017-10-05 Thread kbuild test robot
Hi Dmitry, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.14-rc3 next-20170929] [cannot apply to tegra/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commi

Re: [PATCH v2 1/2] staging: Introduce NVIDIA Tegra20 video decoder driver

2017-10-05 Thread kbuild test robot
Hi Dmitry, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.14-rc3 next-20170929] [cannot apply to tegra/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commi

Re: [PATCH] Staging: rtlwifi: Remove NULL pointer dereference

2017-10-11 Thread kbuild test robot
Hi Shreeya, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.14-rc4 next-20171009] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Shreeya-Patel/Staging-rtlwifi

Re: [PATCH] staging: wlan-ng: Remove unnecessary parentheses

2017-10-18 Thread kbuild test robot
Hi Frank, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.14-rc5 next-20171017] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Frank-A-Cancio-Bello/staging-wl

Re: [PATCH v2] staging: wlan-ng: Remove unnecessary parentheses

2017-10-19 Thread kbuild test robot
Hi Frank, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.14-rc5 next-20171018] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Frank-A-Cancio-Bello/staging-wl

[staging:staging-next 256/294] drivers/staging/rtl8723bs/hal/hal_btcoex.c:1415: warning: unused variable 'ret2'

2017-10-19 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-next head: 4bdd439fe2a7ce14f2b86bf138b24e2fa3615507 commit: 95b3b4238581e72756505d601948f955e8baccf7 [256/294] staging: rtl8723bs: remove ternary operators in assignmet statments config: x86_64-randconfig-v0-1020

Re: [PATCH v2] Staging: rtl8188eu: core: rtw_mlme_ext: Use list_for_each_entry_safe

2017-10-19 Thread kbuild test robot
Hi Srishti, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.14-rc5 next-20171018] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Srishti-Sharma/Staging-rtl818

[staging:staging-testing 240/312] drivers/staging/rtlwifi/base.c:2167: warning: unused variable 'hw'

2017-10-23 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: 7706abf5a0eb4c082897fd2a17a0ac0898e39666 commit: f8af6a323368dd28fcea9742d582593c9adb2261 [240/312] staging: rtlwifi: Convert timers to use timer_setup() config: x86_64-randconfig-v0-10240403 (attac

Re: [PATCH v2] Fix line too long warning

2017-11-01 Thread kbuild test robot
Hi Kien, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.14-rc7 next-20171018] [cannot apply to staging/staging-testing] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url

Re: [PATCH char-misc 1/1] Drivers: hv: vmbus: Implement Direct Mode for stimer0

2017-11-03 Thread kbuild test robot
Hi Michael, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/master] url: https://github.com/0day-ci/linux/commits/mikelley-exchange-microsoft-com/Drivers-hv-vmbus-Implement-Direct-Mode-for-stimer0/20171103-214519 config: x86_64-rhel (attached as .config

<    1   2   3   4   5   6   7   8   9   >