From: kernel test robot <lkp@intel.com>
To: kbuild@lists.01.org
Subject: Re: [RFC PATCH] devres: better type safety with devm_*_action()
Date: Wed, 10 Mar 2021 23:38:54 +0800 [thread overview]
Message-ID: <202103102302.VVPhxyMd-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 816812 bytes --]
CC: kbuild-all(a)lists.01.org
In-Reply-To: <20210309235917.2134565-1-linux@rasmusvillemoes.dk>
References: <20210309235917.2134565-1-linux@rasmusvillemoes.dk>
TO: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Hi Rasmus,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on driver-core/driver-core-testing]
[also build test WARNING on linux/master linus/master v5.12-rc2 next-20210309]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Rasmus-Villemoes/devres-better-type-safety-with-devm_-_action/20210310-080019
base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git a38fd8748464831584a19438cbb3082b5a2dab15
:::::: branch date: 16 hours ago
:::::: commit date: 16 hours ago
config: xtensa-randconfig-s032-20210309 (attached as .config)
compiler: xtensa-linux-gcc (GCC) 9.3.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# apt-get install sparse
# sparse version: v0.6.3-262-g5e674421-dirty
# https://github.com/0day-ci/linux/commit/663d41317b8fa291fc1c82100b3e2526627ab4d4
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Rasmus-Villemoes/devres-better-type-safety-with-devm_-_action/20210310-080019
git checkout 663d41317b8fa291fc1c82100b3e2526627ab4d4
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=xtensa
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
"sparse warnings: (new ones prefixed by >>)"
drivers/gpu/drm/tiny/cirrus.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/tiny/hx8357d.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/tiny/ili9225.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/tiny/ili9486.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/tiny/st7586.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/tiny/st7735r.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/pl111/pl111_display.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/pl111/pl111_versatile.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/pl111/pl111_drv.c: note: in included file (through include/linux/amba/bus.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/pl111/pl111_debugfs.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/rt5033_battery.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/rt9455_charger.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/gpio-charger.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/lp8727_charger.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/pcf50633-charger.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/lt3651-charger.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/charger-manager.c: note: in included file (through include/linux/rtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/max77693_charger.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bq24735-charger.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bq2415x_charger.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bq24190_charger.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bq2515x_charger.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bq25890_charger.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bq25980_charger.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/smb347-charger.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/acer_a500_battery.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bd99954-charger.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/power/supply/bd99954-charger.c:1115:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/power/supply/bd99954-charger.c:1115:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/power/supply/bd99954-charger.c:1115:15: sparse: sparse: static assertion failed: "__same_type(bd9995x_chip_reset + 0, void (*)(void *)) || __same_type(bd9995x_chip_reset + 0, void (*)(typeof(bd)))"
--
drivers/power/supply/power_supply_sysfs.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/power_supply_core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/power_supply_leds.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/pda_power.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/max8925_power.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/test_power.c: note: in included file (through include/linux/power_supply.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/wm8350_power.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/adp5061.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/cw2015_battery.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/ds2760_battery.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/ds2780_battery.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/ds2781_battery.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/ltc2941-battery-gauge.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/ds2782_battery.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bq27xxx_battery.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/bq27xxx_battery_i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/max1721x_battery.c: note: in included file (through include/linux/w1.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/power/supply/max17040_battery.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/power/supply/max17040_battery.c:538:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/power/supply/max17040_battery.c:538:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/power/supply/max17040_battery.c:538:23: sparse: sparse: static assertion failed: "__same_type(max17040_stop_work + 0, void (*)(void *)) || __same_type(max17040_stop_work + 0, void (*)(typeof(chip)))"
--
drivers/hwmon/pmbus/pmbus.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/adm1266.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/adm1275.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/pmbus_core.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/pmbus/pmbus_core.c:2542:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/pmbus/pmbus_core.c:2542:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/pmbus/pmbus_core.c:2542:16: sparse: sparse: static assertion failed: "__same_type(pmbus_remove_debugfs + 0, void (*)(void *)) || __same_type(pmbus_remove_debugfs + 0, void (*)(typeof(data->debugfs)))"
--
drivers/hwmon/pmbus/ibm-cffps.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/ir38064.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/irps5401.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/max16064.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/lm25066.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/isl68137.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/max16601.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/pmbus/max16601.c:340:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/pmbus/max16601.c:340:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/pmbus/max16601.c:340:15: sparse: sparse: static assertion failed: "__same_type(max16601_remove + 0, void (*)(void *)) || __same_type(max16601_remove + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/max31785.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/max20751.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/mp2975.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/pm6764tr.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/q54sj108a2.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/tps53679.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pmbus/zl6100.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/endpoint/pci-epc-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/endpoint/pci-epf-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/endpoint/pci-epc-mem.c: note: in included file (through include/linux/pci-epf.h, include/linux/pci-epc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/endpoint/functions/pci-epf-ntb.c: note: in included file (through include/linux/pci-epf.h, include/linux/pci-epc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-rockchip.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-pca9685.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-renesas-tpu.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-pxa.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-sl28cpld.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-sprd.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-stm32.c: note: in included file (through include/linux/dmaengine.h, include/linux/mfd/stm32-timers.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-tegra.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-tiehrpwm.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/core.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-bcm2835.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/sysfs.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-hibvt.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-bcm-iproc.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-dwc.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-img.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-intel-lgm.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/pwm/pwm-intel-lgm.c:145:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/pwm/pwm-intel-lgm.c:145:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/pwm/pwm-intel-lgm.c:145:16: sparse: sparse: static assertion failed: "__same_type(lgm_clk_release + 0, void (*)(void *)) || __same_type(lgm_clk_release + 0, void (*)(typeof(clk)))"
drivers/pwm/pwm-intel-lgm.c:163:16: sparse: sparse: arithmetics on pointers to functions
drivers/pwm/pwm-intel-lgm.c:163:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/pwm/pwm-intel-lgm.c:163:16: sparse: sparse: static assertion failed: "__same_type(lgm_reset_control_release + 0, void (*)(void *)) || __same_type(lgm_reset_control_release + 0, void (*)(typeof(rst)))"
--
drivers/pwm/pwm-imx27.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-iqs620a.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/pwm/pwm-iqs620a.c:222:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/pwm/pwm-iqs620a.c:222:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/pwm/pwm-iqs620a.c:222:15: sparse: sparse: static assertion failed: "__same_type(iqs620_pwm_notifier_unregister + 0, void (*)(void *)) || __same_type(iqs620_pwm_notifier_unregister + 0, void (*)(typeof(iqs620_pwm)))"
--
drivers/pwm/pwm-lp3943.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-lpc32xx.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-lpc18xx-sct.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-lpss.c: note: in included file (through include/linux/pm_runtime.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-lpss-platform.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-meson.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-mediatek.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pwm/pwm-mtk-disp.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/pci-host-common.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/pci/controller/pci-host-common.c:45:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/pci/controller/pci-host-common.c:45:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/pci/controller/pci-host-common.c:45:15: sparse: sparse: static assertion failed: "__same_type(gen_pci_unmap_cfg + 0, void (*)(void *)) || __same_type(gen_pci_unmap_cfg + 0, void (*)(typeof(cfg)))"
--
drivers/pci/controller/pcie-xilinx-cpm.c: note: in included file (through include/linux/acpi.h, include/linux/irqchip.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/pci-versatile.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/pcie-altera.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pcie-histb.c: note: in included file (through include/linux/gpio/driver.h, include/linux/of_gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pci-meson.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/pci/controller/dwc/pci-meson.c:190:9: sparse: sparse: arithmetics on pointers to functions
>> drivers/pci/controller/dwc/pci-meson.c:190:9: sparse: sparse: arithmetics on pointers to functions
>> drivers/pci/controller/dwc/pci-meson.c:190:9: sparse: sparse: static assertion failed: "__same_type((void (*) (void *))clk_disable_unprepare + 0, void (*)(void *)) || __same_type((void (*) (void *))clk_disable_unprepare + 0, void (*)(typeof(clk)))"
--
drivers/pci/controller/dwc/pcie-tegra194.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pcie-designware.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pcie-designware-host.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pcie-designware-plat.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pcie-designware-ep.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pci-exynos.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pci-imx6.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pci-keystone.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pcie-artpec6.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/controller/dwc/pcie-armada8k.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/switch/switchtec.c: note: in included file (through include/linux/pci.h, include/linux/switchtec.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/scheduler/sched_main.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/scheduler/sched_entity.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/tdfx/tdfx_drv.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/mga/mga_state.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/mga/mga_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/mga/mga_warp.c: note: in included file (through include/linux/ihex.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/mga/mga_irq.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/mga/mga_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/mga/mga_drv.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/mga/mga_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/mga/mga_dma.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/mga/mga_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/kmb/kmb_drv.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/kmb/kmb_crtc.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/kmb/kmb_plane.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/kmb/kmb_dsi.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_mmu.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_gem.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_trace_points.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_sched.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_debugfs.c: note: in included file (through include/linux/pm_runtime.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_bo.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_fence.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_drv.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/v3d/v3d_irq.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/via/via_dma.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, drivers/gpu/drm/via/via_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/via/via_verifier.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, drivers/gpu/drm/via/via_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/via/via_video.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, drivers/gpu/drm/via/via_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/via/via_dmablit.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/via/via_drv.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/via/via_irq.c: note: in included file (through include/linux/hdmi.h, include/drm/drm_modes.h, include/drm/drm_vblank.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/via/via_map.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/via/via_mm.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, drivers/gpu/drm/via/via_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
kernel/dma/map_benchmark.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> kernel/dma/map_benchmark.c:305:15: sparse: sparse: arithmetics on pointers to functions
>> kernel/dma/map_benchmark.c:305:15: sparse: sparse: arithmetics on pointers to functions
>> kernel/dma/map_benchmark.c:305:15: sparse: sparse: static assertion failed: "__same_type(map_benchmark_remove_debugfs + 0, void (*)(void *)) || __same_type(map_benchmark_remove_debugfs + 0, void (*)(typeof(map)))"
--
kernel/dma/direct.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-map-ops.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
kernel/dma/mapping.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
kernel/dma/remap.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-map-ops.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/bus/bt1-apb.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/bus/bt1-apb.c:136:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-apb.c:136:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-apb.c:136:15: sparse: sparse: static assertion failed: "__same_type(bt1_apb_clear_data + 0, void (*)(void *)) || __same_type(bt1_apb_clear_data + 0, void (*)(typeof(apb)))"
drivers/bus/bt1-apb.c:213:15: sparse: sparse: arithmetics on pointers to functions
drivers/bus/bt1-apb.c:213:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-apb.c:213:15: sparse: sparse: static assertion failed: "__same_type(bt1_apb_disable_clk + 0, void (*)(void *)) || __same_type(bt1_apb_disable_clk + 0, void (*)(typeof(apb)))"
drivers/bus/bt1-apb.c:251:15: sparse: sparse: arithmetics on pointers to functions
drivers/bus/bt1-apb.c:251:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-apb.c:251:15: sparse: sparse: static assertion failed: "__same_type(bt1_apb_clear_irq + 0, void (*)(void *)) || __same_type(bt1_apb_clear_irq + 0, void (*)(typeof(apb)))"
drivers/bus/bt1-apb.c:365:15: sparse: sparse: arithmetics on pointers to functions
drivers/bus/bt1-apb.c:365:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-apb.c:365:15: sparse: sparse: static assertion failed: "__same_type(bt1_apb_remove_sysfs + 0, void (*)(void *)) || __same_type(bt1_apb_remove_sysfs + 0, void (*)(typeof(apb)))"
--
drivers/bus/bt1-axi.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/bus/bt1-axi.c:102:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-axi.c:102:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-axi.c:102:15: sparse: sparse: static assertion failed: "__same_type(bt1_axi_clear_data + 0, void (*)(void *)) || __same_type(bt1_axi_clear_data + 0, void (*)(typeof(axi)))"
drivers/bus/bt1-axi.c:173:15: sparse: sparse: arithmetics on pointers to functions
drivers/bus/bt1-axi.c:173:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-axi.c:173:15: sparse: sparse: static assertion failed: "__same_type(bt1_axi_disable_clk + 0, void (*)(void *)) || __same_type(bt1_axi_disable_clk + 0, void (*)(typeof(axi)))"
drivers/bus/bt1-axi.c:258:15: sparse: sparse: arithmetics on pointers to functions
drivers/bus/bt1-axi.c:258:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/bus/bt1-axi.c:258:15: sparse: sparse: static assertion failed: "__same_type(bt1_axi_remove_sysfs + 0, void (*)(void *)) || __same_type(bt1_axi_remove_sysfs + 0, void (*)(typeof(axi)))"
--
drivers/dax/bus.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/dax/bus.c:478:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/dax/bus.c:478:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/dax/bus.c:478:17: sparse: sparse: static assertion failed: "__same_type(unregister_dev_dax + 0, void (*)(void *)) || __same_type(unregister_dev_dax + 0, void (*)(typeof(victim)))"
drivers/dax/bus.c:589:13: sparse: sparse: arithmetics on pointers to functions
drivers/dax/bus.c:589:13: sparse: sparse: arithmetics on pointers to functions
>> drivers/dax/bus.c:589:13: sparse: sparse: static assertion failed: "__same_type(dax_region_unregister + 0, void (*)(void *)) || __same_type(dax_region_unregister + 0, void (*)(typeof(dax_region)))"
drivers/dax/bus.c:749:14: sparse: sparse: arithmetics on pointers to functions
drivers/dax/bus.c:749:14: sparse: sparse: arithmetics on pointers to functions
>> drivers/dax/bus.c:749:14: sparse: sparse: static assertion failed: "__same_type(unregister_dax_mapping + 0, void (*)(void *)) || __same_type(unregister_dax_mapping + 0, void (*)(typeof(dev)))"
drivers/dax/bus.c:885:25: sparse: sparse: arithmetics on pointers to functions
drivers/dax/bus.c:885:25: sparse: sparse: arithmetics on pointers to functions
>> drivers/dax/bus.c:885:25: sparse: sparse: static assertion failed: "__same_type(unregister_dax_mapping + 0, void (*)(void *)) || __same_type(unregister_dax_mapping + 0, void (*)(typeof(&mapping->dev)))"
drivers/dax/bus.c:1364:14: sparse: sparse: arithmetics on pointers to functions
drivers/dax/bus.c:1364:14: sparse: sparse: arithmetics on pointers to functions
>> drivers/dax/bus.c:1364:14: sparse: sparse: static assertion failed: "__same_type(unregister_dev_dax + 0, void (*)(void *)) || __same_type(unregister_dev_dax + 0, void (*)(typeof(dev)))"
--
drivers/dax/super.c: note: in included file (through include/linux/blk_types.h, include/linux/genhd.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-max732x.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-max77650.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-menz127.c: note: in included file (through include/linux/mcb.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpiolib-sysfs.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-mpc8xxx.c: note: in included file (through include/linux/gpio/driver.h, include/linux/of_gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-mockup.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/gpio/gpio-mockup.c:451:14: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpio/gpio-mockup.c:451:14: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpio/gpio-mockup.c:451:14: sparse: sparse: static assertion failed: "__same_type(gpio_mockup_dispose_mappings + 0, void (*)(void *)) || __same_type(gpio_mockup_dispose_mappings + 0, void (*)(typeof(chip)))"
--
drivers/gpio/gpio-mxc.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-pcf857x.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-pch.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-mxs.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-pxa.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-rdc321x.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-siox.c: note: in included file (through include/linux/siox.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-timberdale.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-tps6586x.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-rcar.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-tps65912.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-twl6040.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-ucb1400.c: note: in included file (through include/sound/ac97_codec.h, include/linux/ucb1400.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpiolib-cdev.c: note: in included file (through include/linux/cdev.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-vx855.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-xgene-sb.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-xra1403.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpiolib.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-mmio.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-adp5588.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-aggregator.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-amd8111.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-amd-fch.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-arizona.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-bd9571mwv.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-ath79.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-bt8xx.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-da9052.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-dwapb.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/gpio/gpio-dwapb.c:629:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpio/gpio-dwapb.c:629:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpio/gpio-dwapb.c:629:16: sparse: sparse: static assertion failed: "__same_type(dwapb_assert_reset + 0, void (*)(void *)) || __same_type(dwapb_assert_reset + 0, void (*)(typeof(gpio)))"
drivers/gpio/gpio-dwapb.c:659:16: sparse: sparse: arithmetics on pointers to functions
drivers/gpio/gpio-dwapb.c:659:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpio/gpio-dwapb.c:659:16: sparse: sparse: static assertion failed: "__same_type(dwapb_disable_clks + 0, void (*)(void *)) || __same_type(dwapb_disable_clks + 0, void (*)(typeof(gpio)))"
--
drivers/gpio/gpio-iop.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-hisi.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-kempld.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-janz-ttl.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpiolib-legacy.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpiolib-devres.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/gpio/gpiolib-devres.c:514:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpio/gpiolib-devres.c:514:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpio/gpiolib-devres.c:514:16: sparse: sparse: static assertion failed: "__same_type(devm_gpio_chip_release + 0, void (*)(void *)) || __same_type(devm_gpio_chip_release + 0, void (*)(typeof(gc)))"
--
drivers/gpio/gpio-lp3943.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-max3191x.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-max7300.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-max7301.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpio/gpio-max730x.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/hw_random/meson-rng.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/char/hw_random/meson-rng.c:65:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/char/hw_random/meson-rng.c:65:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/char/hw_random/meson-rng.c:65:23: sparse: sparse: static assertion failed: "__same_type(meson_rng_clk_disable + 0, void (*)(void *)) || __same_type(meson_rng_clk_disable + 0, void (*)(typeof(data->core_clk)))"
--
drivers/char/hw_random/stm32-rng.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/hw_random/mtk-rng.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/hw_random/npcm-rng.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/hw_random/xiphera-trng.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/hw_random/core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/hw_random/ba431-rng.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/hw_random/virtio-rng.c: note: in included file (through include/linux/virtio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/hw_random/timeriomem-rng.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/xillybus/xillybus_core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/char/xillybus/xillybus_pcie.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/char/xillybus/xillybus_pcie.c:117:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/char/xillybus/xillybus_pcie.c:117:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/char/xillybus/xillybus_pcie.c:117:16: sparse: sparse: static assertion failed: "__same_type(xilly_pci_unmap + 0, void (*)(void *)) || __same_type(xilly_pci_unmap + 0, void (*)(typeof(this)))"
--
drivers/bus/mhi/pci_generic.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-icade.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-ite.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-gyration.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-jabra.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-kensington.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-keytouch.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-kye.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-lg3ff.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-lg.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-lg4ff.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-lg-g15.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-macally.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-maltron.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-mf.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-nti.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-magicmouse.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-microsoft.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-ortek.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-prodikeys.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-pl.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-picolcd_leds.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-picolcd_fb.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-quirks.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-picolcd_core.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-picolcd_backlight.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-plantronics.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-primax.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-saitek.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-speedlink.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-steelseries.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-rmi.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hid/hid-rmi.c:631:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hid/hid-rmi.c:631:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hid/hid-rmi.c:631:15: sparse: sparse: static assertion failed: "__same_type(&rmi_irq_teardown + 0, void (*)(void *)) || __same_type(&rmi_irq_teardown + 0, void (*)(typeof(hdata)))"
--
drivers/hid/hid-gaff.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-steam.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-picolcd_debugfs.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-tmff.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-twinhan.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-xinmo.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-led.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-wiimote-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-wiimote-debug.c: note: in included file (through drivers/hid/hid-wiimote.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-wiimote-modules.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-sensor-hub.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-core.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-input.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-debug.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-a4tech.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-aureal.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-alps.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-belkin.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-cherry.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-chicony.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-cmedia.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-cypress.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-elecom.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-emsff.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-ezkey.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-gembird.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-gfrm.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/hid-glorious.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adc128d818.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adm1021.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adm1029.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adm1026.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adm1031.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adm9240.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adm1177.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/adm1177.c:223:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/adm1177.c:223:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/adm1177.c:223:23: sparse: sparse: static assertion failed: "__same_type(adm1177_remove + 0, void (*)(void *)) || __same_type(adm1177_remove + 0, void (*)(typeof(st)))"
--
drivers/hwmon/ads7828.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ads7871.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adt7x10.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adt7410.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adt7462.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/adt7475.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/atxp1.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/as370-hwmon.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/corsair-cpro.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/bt1-pvt.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/bt1-pvt.c:894:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/bt1-pvt.c:894:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/bt1-pvt.c:894:15: sparse: sparse: static assertion failed: "__same_type(pvt_clear_data + 0, void (*)(void *)) || __same_type(pvt_clear_data + 0, void (*)(typeof(pvt)))"
drivers/hwmon/bt1-pvt.c:961:15: sparse: sparse: arithmetics on pointers to functions
drivers/hwmon/bt1-pvt.c:961:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/bt1-pvt.c:961:15: sparse: sparse: static assertion failed: "__same_type(pvt_disable_clks + 0, void (*)(void *)) || __same_type(pvt_disable_clks + 0, void (*)(typeof(pvt)))"
drivers/hwmon/bt1-pvt.c:1118:15: sparse: sparse: arithmetics on pointers to functions
drivers/hwmon/bt1-pvt.c:1118:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/bt1-pvt.c:1118:15: sparse: sparse: static assertion failed: "__same_type(pvt_disable_iface + 0, void (*)(void *)) || __same_type(pvt_disable_iface + 0, void (*)(typeof(pvt)))"
--
drivers/hwmon/asc7621.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ds620.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/corsair-psu.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ds1621.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/emc1403.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/emc6w201.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/f71805f.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/g762.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/f75375s.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/gl520sm.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/hih6130.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/f71882fg.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ina2xx.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ina209.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/i5k_amb.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ibmpex.c: note: in included file (through include/linux/acpi.h, include/linux/ipmi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ibmaem.c: note: in included file (through include/linux/acpi.h, include/linux/ipmi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lineage-pem.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/it87.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm63.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm70.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm73.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm75.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/lm75.c:605:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm75.c:605:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm75.c:605:15: sparse: sparse: static assertion failed: "__same_type(lm75_disable_regulator + 0, void (*)(void *)) || __same_type(lm75_disable_regulator + 0, void (*)(typeof(data)))"
drivers/hwmon/lm75.c:623:15: sparse: sparse: arithmetics on pointers to functions
drivers/hwmon/lm75.c:623:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm75.c:623:15: sparse: sparse: static assertion failed: "__same_type(lm75_remove + 0, void (*)(void *)) || __same_type(lm75_remove + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm77.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm80.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm83.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm87.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/lm87.c:881:14: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm87.c:881:14: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm87.c:881:14: sparse: sparse: static assertion failed: "__same_type(lm87_restore_config + 0, void (*)(void *)) || __same_type(lm87_restore_config + 0, void (*)(typeof(client)))"
--
drivers/hwmon/lm90.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/lm90.c:1709:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm90.c:1709:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm90.c:1709:16: sparse: sparse: static assertion failed: "__same_type(lm90_restore_conf + 0, void (*)(void *)) || __same_type(lm90_restore_conf + 0, void (*)(typeof(data)))"
drivers/hwmon/lm90.c:1802:15: sparse: sparse: arithmetics on pointers to functions
drivers/hwmon/lm90.c:1802:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm90.c:1802:15: sparse: sparse: static assertion failed: "__same_type(lm90_regulator_disable + 0, void (*)(void *)) || __same_type(lm90_regulator_disable + 0, void (*)(typeof(regulator)))"
drivers/hwmon/lm90.c:1896:23: sparse: sparse: arithmetics on pointers to functions
drivers/hwmon/lm90.c:1896:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/lm90.c:1896:23: sparse: sparse: static assertion failed: "__same_type(lm90_remove_pec + 0, void (*)(void *)) || __same_type(lm90_remove_pec + 0, void (*)(typeof(dev)))"
--
drivers/hwmon/ltc2945.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm93.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ltc2947-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/ltc2947-core.c:1010:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/ltc2947-core.c:1010:23: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/ltc2947-core.c:1010:23: sparse: sparse: static assertion failed: "__same_type(ltc2947_clk_disable + 0, void (*)(void *)) || __same_type(ltc2947_clk_disable + 0, void (*)(typeof(extclk)))"
--
drivers/hwmon/ltc2947-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/lm85.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ltc2990.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ltc4215.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ltc2992.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ltc4151.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ltc4245.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ltc4260.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ltc4261.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/max127.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/max1111.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/max6621.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/max1668.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/max6639.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/max6642.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/max6697.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/mcp3021.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/mc13783-adc.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/tc654.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/tps23861.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/menf21bmc_hwmon.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/mr75203.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/mr75203.c:479:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/mr75203.c:479:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/mr75203.c:479:16: sparse: sparse: static assertion failed: "__same_type(pvt_clk_disable + 0, void (*)(void *)) || __same_type(pvt_clk_disable + 0, void (*)(typeof(pvt)))"
drivers/hwmon/mr75203.c:497:16: sparse: sparse: arithmetics on pointers to functions
drivers/hwmon/mr75203.c:497:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/mr75203.c:497:16: sparse: sparse: static assertion failed: "__same_type(pvt_reset_control_assert + 0, void (*)(void *)) || __same_type(pvt_reset_control_assert + 0, void (*)(typeof(pvt)))"
--
drivers/hwmon/ntc_thermistor.c: note: in included file (through include/linux/pm_runtime.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/nct7802.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/powr1220.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pcf8591.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/sbtsi_temp.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/sl28cpld-hwmon.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/sht21.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/pc87427.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/shtc1.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/smsc47b397.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/smm665.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/sht3x.c: note: in included file (through include/linux/hwmon-sysfs.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/sparx5-temp.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hwmon/sparx5-temp.c:134:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/sparx5-temp.c:134:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/hwmon/sparx5-temp.c:134:15: sparse: sparse: static assertion failed: "__same_type(s5_temp_clk_disable + 0, void (*)(void *)) || __same_type(s5_temp_clk_disable + 0, void (*)(typeof(hwmon->clk)))"
--
drivers/hwmon/sis5595.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/smsc47m1.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/thmc50.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/tmp103.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/amc6821.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/nct6775.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/tmp401.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/tmp421.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/w83l785ts.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/vt8231.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/vt1211.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/w83l786ng.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/wm8350-hwmon.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/w83627ehf.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/hwmon.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/w83773g.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/w83791d.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ad7414.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/ad7418.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/clk/sifive/fu740-prci.c: note: in included file (through include/linux/platform_device.h, drivers/clk/sifive/sifive-prci.h, drivers/clk/sifive/fu540-prci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/clk/sifive/fu540-prci.c: note: in included file (through include/linux/platform_device.h, drivers/clk/sifive/sifive-prci.h, drivers/clk/sifive/fu540-prci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/clk/sifive/sifive-prci.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mailbox/stm32-ipcc.c: note: in included file (through include/linux/mailbox_controller.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mailbox/bcm-pdc-mailbox.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mailbox/mtk-cmdq-mailbox.c: note: in included file (through include/linux/dma-mapping.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mailbox/sun6i-msgbox.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mailbox/sprd-mailbox.c: note: in included file (through include/linux/mailbox_controller.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/mailbox/sprd-mailbox.c:295:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/mailbox/sprd-mailbox.c:295:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/mailbox/sprd-mailbox.c:295:15: sparse: sparse: static assertion failed: "__same_type(sprd_mbox_disable + 0, void (*)(void *)) || __same_type(sprd_mbox_disable + 0, void (*)(typeof(priv)))"
--
drivers/mailbox/mailbox.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mailbox/imx-mailbox.c: note: in included file (through include/linux/firmware/imx/ipc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_gem_ttm_helper.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_gem_vram_helper.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_bridge_connector.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_dsc.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_crtc_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_dp_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_probe_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_plane_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_dp_dual_mode_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_kms_helper_common.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_scdc_helper.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_simple_kms_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_modeset_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_gem_framebuffer_helper.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_damage_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_atomic_state_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_self_refresh_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_fb_cma_helper.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_atomic_helper.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/bridge/panel.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_auth.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_dp_cec.c: note: in included file (through include/media/cec.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_dp_mst_topology.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_fb_helper.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_file.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_ioctl.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_gem.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_irq.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/gpu/drm/drm_irq.c:244:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpu/drm/drm_irq.c:244:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpu/drm/drm_irq.c:244:16: sparse: sparse: static assertion failed: "__same_type(devm_drm_irq_uninstall + 0, void (*)(void *)) || __same_type(devm_drm_irq_uninstall + 0, void (*)(typeof(dev)))"
--
drivers/gpu/drm/drm_drv.c: note: in included file (through include/linux/hdmi.h, include/drm/drm_connector.h, include/drm/drm_client.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/gpu/drm/drm_drv.c:677:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpu/drm/drm_drv.c:677:16: sparse: sparse: arithmetics on pointers to functions
>> drivers/gpu/drm/drm_drv.c:677:16: sparse: sparse: static assertion failed: "__same_type(devm_drm_dev_init_release + 0, void (*)(void *)) || __same_type(devm_drm_dev_init_release + 0, void (*)(typeof(dev)))"
--
drivers/gpu/drm/drm_sysfs.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_hashtab.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_crtc.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_mm.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_encoder_slave.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_trace_points.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/static_call.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_rect.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_prime.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_vma_manager.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_modes.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_flip_work.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_modeset_lock.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_encoder.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_blend.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_bridge.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_mode_object.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_connector.c: note: in included file (through include/linux/hdmi.h, include/drm/drm_connector.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_atomic.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_framebuffer.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_property.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_edid.c: note: in included file (through include/linux/hdmi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_plane.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_color_mgmt.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_print.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_dumb_buffers.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_mode_config.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_syncobj.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_lease.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_vblank.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_writeback.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_client.c: note: in included file (through include/linux/hdmi.h, include/drm/drm_connector.h, include/drm/drm_client.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_client_modeset.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_vblank_work.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_managed.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_atomic_uapi.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_hdcp.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_dma.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_context.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_legacy_misc.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_bufs.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_lock.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_vm.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_scatter.c: note: in included file (through include/drm/drm_print.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_memory.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_gem_cma_helper.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_panel.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_pci.c: note: in included file (through include/linux/dma-mapping.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_gem_shmem_helper.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_debugfs.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_mipi_dsi.c: note: in included file (through include/drm/drm_mipi_dsi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_edid_load.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_debugfs_crc.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_panel_orientation_quirks.c: note: in included file (through include/linux/hdmi.h, include/drm/drm_connector.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/drm_mipi_dbi.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/memory/emif.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/memory/fsl_ifc.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/memory/stm32-fmc2-ebi.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/memory/bt1-l2-ctl.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/memory/bt1-l2-ctl.c:158:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/memory/bt1-l2-ctl.c:158:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/memory/bt1-l2-ctl.c:158:15: sparse: sparse: static assertion failed: "__same_type(l2_ctl_clear_data + 0, void (*)(void *)) || __same_type(l2_ctl_clear_data + 0, void (*)(typeof(l2)))"
drivers/memory/bt1-l2-ctl.c:276:15: sparse: sparse: arithmetics on pointers to functions
drivers/memory/bt1-l2-ctl.c:276:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/memory/bt1-l2-ctl.c:276:15: sparse: sparse: static assertion failed: "__same_type(l2_ctl_remove_sysfs + 0, void (*)(void *)) || __same_type(l2_ctl_remove_sysfs + 0, void (*)(typeof(l2)))"
--
drivers/input/misc/iqs269a.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/kxtj9.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/input/misc/kxtj9.c:424:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/misc/kxtj9.c:424:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/misc/kxtj9.c:424:15: sparse: sparse: static assertion failed: "__same_type(kxtj9_platform_exit + 0, void (*)(void *)) || __same_type(kxtj9_platform_exit + 0, void (*)(typeof(tj9)))"
--
drivers/input/misc/max77650-onkey.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/max8925_onkey.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/max8997_haptic.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/mma8450.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/mc13783-pwrbutton.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/palmas-pwrbutton.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/pcap_keys.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/rotary_encoder.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/pwm-beeper.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/sc27xx-vibra.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/twl6040-vibra.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/uinput.c: note: in included file (through include/linux/input.h, include/uapi/linux/uinput.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/adxl34x.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/adxl34x-i2c.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/arizona-haptics.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/cpcap-pwrbutton.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/bma150.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/da7280.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/ad714x.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/da9052_onkey.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/da9055_onkey.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/e3x0-button.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/da9063_onkey.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/input/misc/da9063_onkey.c:239:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/misc/da9063_onkey.c:239:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/misc/da9063_onkey.c:239:17: sparse: sparse: static assertion failed: "__same_type(da9063_cancel_poll + 0, void (*)(void *)) || __same_type(da9063_cancel_poll + 0, void (*)(typeof(onkey)))"
--
drivers/input/misc/drv260x.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/gpio-beeper.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/drv2665.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/drv2667.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/gpio_decoder.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/gpio-vibra.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/misc/hisi_powerkey.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wcd934x.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wm8400-core.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wm8350-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wm8350-regmap.c: note: in included file (through include/linux/platform_device.h, include/linux/mfd/wm8350/audio.h, include/linux/mfd/wm8350/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wm8350-gpio.c: note: in included file (through include/linux/platform_device.h, include/linux/mfd/wm8350/audio.h, include/linux/mfd/wm8350/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wm8350-irq.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/tps65086.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/tps65912-core.c: note: in included file (through include/linux/platform_device.h, include/linux/mfd/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wm8350-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/tps65912-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/tps80031.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/tps65912-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/fsl-imx25-tsadc.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/twl6040.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mc13xxx-core.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mc13xxx-spi.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mc13xxx-i2c.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/ezx-pcap.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/88pm805.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mfd-core.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/motorola-cpcap.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/ucb1400_core.c: note: in included file (through include/sound/ac97_codec.h, include/linux/ucb1400.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/da903x.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/da9052-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/da9052-irq.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/da9052-spi.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/lp3943.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/lp8788.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/ti-lmu.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/mfd/ti-lmu.c:181:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/mfd/ti-lmu.c:181:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/mfd/ti-lmu.c:181:15: sparse: sparse: static assertion failed: "__same_type(ti_lmu_disable_hw + 0, void (*)(void *)) || __same_type(ti_lmu_disable_hw + 0, void (*)(typeof(lmu)))"
--
drivers/mfd/lp8788-irq.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/da9055-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/da9055-i2c.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/da9062-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/da9150-core.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/max77620.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/max77650.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/max77693.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/max8907.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/max8925-i2c.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/max8925-core.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/max8997.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/max8997-irq.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/pcf50633-adc.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/pcf50633-core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/pcf50633-irq.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/linux/mfd/pcf50633/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/abx500-core.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/lpc_sch.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/kempld-core.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/tps6586x.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/rdc321x-southbridge.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/lpc_ich.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/janz-cmodio.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/timberdale.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/pcf50633-gpio.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/linux/mfd/pcf50633/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/vx855.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wl1273-core.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/linux/mfd/wl1273-core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/si476x-prop.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/linux/mfd/si476x-core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/aat2870-core.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/si476x-i2c.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/si476x-cmd.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/intel_pmt.c: note: in included file (through include/linux/platform_device.h, include/linux/mfd/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/rc5t583.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/palmas.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/rc5t583-irq.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/sec-core.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/sec-irq.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/syscon.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/as3711.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/menf21bmc.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/iqs62x.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mt6397-core.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/sky81452.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mt6358-irq.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/rt5033.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mt6360-core.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/stm32-lptimer.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/sun4i-gpadc.c: note: in included file (through include/linux/platform_device.h, include/linux/mfd/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mt6397-irq.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/mxs-lradc.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/stm32-timers.c: note: in included file (through include/linux/dmaengine.h, include/linux/mfd/stm32-timers.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/khadas-mcu.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/simple-mfd-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/acer-ec-a500.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/stmfx.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/bd9571mwv.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/exynos-lpass.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/htc-pasic3.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/sun6i-prcm.c: note: in included file (through include/linux/platform_device.h, include/linux/mfd/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/tqmx86.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/arizona-core.c: note: in included file (through include/linux/platform_device.h, include/linux/mfd/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/88pm800.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/arizona-irq.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/arizona-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wm5110-tables.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/wm8998-tables.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/mfd/88pm80x.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/opp/cpu.c: note: in included file (through include/linux/node.h, include/linux/cpu.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/opp/debugfs.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/opp/core.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/opp/core.c:2223:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/opp/core.c:2223:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/opp/core.c:2223:15: sparse: sparse: static assertion failed: "__same_type(devm_pm_opp_unregister_set_opp_helper + 0, void (*)(void *)) || __same_type(devm_pm_opp_unregister_set_opp_helper + 0, void (*)(typeof(opp_table)))"
drivers/opp/core.c:2394:15: sparse: sparse: arithmetics on pointers to functions
drivers/opp/core.c:2394:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/opp/core.c:2394:15: sparse: sparse: static assertion failed: "__same_type(devm_pm_opp_detach_genpd + 0, void (*)(void *)) || __same_type(devm_pm_opp_detach_genpd + 0, void (*)(typeof(opp_table)))"
--
drivers/input/mouse/elan_i2c_smbus.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/gpio_mouse.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/psmouse-base.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/focaltech.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/logips2pp.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/synaptics.c: note: in included file (through include/linux/input.h, include/linux/input/mt.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/alps.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/trackpoint.c: note: in included file (through include/linux/serio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/sentelic.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/touchkit_ps2.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/vsxxxaa.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/elan_i2c_core.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/input/mouse/elan_i2c_core.c:1235:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/mouse/elan_i2c_core.c:1235:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/mouse/elan_i2c_core.c:1235:17: sparse: sparse: static assertion failed: "__same_type(elan_disable_regulator + 0, void (*)(void *)) || __same_type(elan_disable_regulator + 0, void (*)(typeof(data)))"
--
drivers/input/mouse/elan_i2c_i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_f01.c: note: in included file (through include/linux/rmi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_driver.c: note: in included file (through include/linux/rmi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_2d_sensor.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_f03.c: note: in included file (through include/linux/serio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_f12.c: note: in included file (through include/linux/input.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_f11.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_f55.c: note: in included file (through include/linux/rmi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_f30.c: note: in included file (through include/linux/rmi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/input/rmi4/rmi_i2c.c:244:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/rmi4/rmi_i2c.c:244:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/rmi4/rmi_i2c.c:244:17: sparse: sparse: static assertion failed: "__same_type(rmi_i2c_regulator_bulk_disable + 0, void (*)(void *)) || __same_type(rmi_i2c_regulator_bulk_disable + 0, void (*)(typeof(rmi_i2c)))"
drivers/input/rmi4/rmi_i2c.c:282:17: sparse: sparse: arithmetics on pointers to functions
drivers/input/rmi4/rmi_i2c.c:282:17: sparse: sparse: arithmetics on pointers to functions
>> drivers/input/rmi4/rmi_i2c.c:282:17: sparse: sparse: static assertion failed: "__same_type(rmi_i2c_unregister_transport + 0, void (*)(void *)) || __same_type(rmi_i2c_unregister_transport + 0, void (*)(typeof(rmi_i2c)))"
--
drivers/input/rmi4/rmi_bus.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/input/rmi4/rmi_smbus.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/bd28623.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/bt-sco.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cpcap.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs35l32.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs35l33.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/adau1372-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs35l35.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs42l42.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs35l36.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs42l51-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs42l51.c: note: in included file (through include/sound/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs42l52.c: note: in included file (through include/linux/gpio/driver.h, include/linux/of_gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs42l56.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs4234.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs4265.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs4270.c: note: in included file (through include/sound/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs4271.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs4271-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs42xx8.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs42xx8-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs4341.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs4349.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs53l30.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cs43130.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/dmic.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/cx2072x.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/da7219-aad.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/da7219.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/es7134.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/es7241.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max9759.c: note: in included file (through include/linux/platform_device.h, include/sound/soc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max98088.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max98357a.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max9867.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max98373.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max98927.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max98373-i2c.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max98390.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max9860.c: note: in included file (through include/linux/pm_runtime.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/mt6359.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/msm8916-wcd-digital.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/mt6660.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/mt6358.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/nau8822.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/nau8810.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/nau8315.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm1789-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm179x.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/nau8824.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/hdmi-codec.c: note: in included file (through include/sound/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm179x-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm1789.c: note: in included file (through include/linux/pm_qos.h, include/sound/pcm.h, include/sound/pcm_params.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm186x-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm179x-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm186x.c: note: in included file (through include/linux/pm_runtime.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm186x-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm3060.c: note: in included file (through include/linux/pm_qos.h, include/sound/pcm.h, include/sound/pcm_params.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm3060-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm3060-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm3168a-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/pcm3168a.c: note: in included file (through include/linux/gpio/driver.h, include/linux/of_gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/rt5631.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/sigmadsp-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/sigmadsp.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/rt5659.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/spdif_transmitter.c: note: in included file (through include/linux/platform_device.h, include/sound/soc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/rt5645.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/spdif_receiver.c: note: in included file (through include/linux/platform_device.h, include/sound/soc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ssm2305.c: note: in included file (through include/linux/platform_device.h, include/sound/soc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/sgtl5000.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/rt5640.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> sound/soc/codecs/rt5640.c:2835:15: sparse: sparse: arithmetics on pointers to functions
>> sound/soc/codecs/rt5640.c:2835:15: sparse: sparse: arithmetics on pointers to functions
>> sound/soc/codecs/rt5640.c:2835:15: sparse: sparse: static assertion failed: "__same_type(rt5640_cancel_work + 0, void (*)(void *)) || __same_type(rt5640_cancel_work + 0, void (*)(typeof(rt5640)))"
--
sound/soc/codecs/ssm2602-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ssm2602-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ssm2602.c: note: in included file (through include/linux/pm_qos.h, include/sound/pcm.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ssm4567.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/sta32x.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/sta350.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/sti-sas.c: note: in included file (through include/linux/platform_device.h, include/sound/soc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/adau1701.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tas5086.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tas2562.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tas5720.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tas6424.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tda7419.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tas571x.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tfa9879.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tas2770.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tlv320aic23-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tlv320aic23-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tlv320aic32x4-clk.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tlv320aic23.c: note: in included file (through include/sound/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tlv320aic32x4-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tscs42xx.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tlv320aic32x4.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ts3a227e.c: note: in included file (through include/linux/gpio/driver.h, include/asm-generic/gpio.h, include/linux/gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tlv320aic31xx.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8510.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wcd-clsh-v2.c: note: in included file (through include/linux/platform_device.h, include/sound/soc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8523.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tscs454.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8711.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8580.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8728.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/twl6040.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wcd934x.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wcd9335.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8737.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8741.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8804-i2c.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8782.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8753.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8770.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/of_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8804-spi.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8776.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8731.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8804.c: note: in included file (through include/linux/pm_runtime.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8904.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8974.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8960.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/simple-amplifier.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/tpa6130a2.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/max98504.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/zl38060.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8903.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/lpass-va-macro.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/simple-mux.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/lpass-wsa-macro.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/lpass-tx-macro.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8978.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/lpass-rx-macro.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/wm8962.c: note: in included file (through include/linux/gpio/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/adau7002.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/adau7118.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> sound/soc/codecs/adau7118.c:485:16: sparse: sparse: arithmetics on pointers to functions
>> sound/soc/codecs/adau7118.c:485:16: sparse: sparse: arithmetics on pointers to functions
>> sound/soc/codecs/adau7118.c:485:16: sparse: sparse: static assertion failed: "__same_type(adau7118_regulator_disable + 0, void (*)(void *)) || __same_type(adau7118_regulator_disable + 0, void (*)(typeof(st)))"
--
sound/soc/codecs/adau7118-hw.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ak4104.c: note: in included file (through include/linux/spi/spi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ak4118.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ac97.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ak4613.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ak4642.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/ak5386.c: note: in included file (through include/linux/gpio/driver.h, include/linux/of_gpio.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/alc5623.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/alc5632.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/codecs/adau1372.c: note: in included file (through include/sound/core.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/bus/mhi/core/main.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/bus/mhi/core/boot.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/bus/mhi/core/pm.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/bus/mhi/core/init.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/axg-toddr.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/axg-tdmin.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/axg-tdm-interface.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/axg-tdm-formatter.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/axg-tdmout.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/axg-card.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/axg-spdifin.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/meson-card-utils.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/meson-codec-glue.c: note: in included file (through include/linux/pm_qos.h, include/sound/pcm.h, include/sound/pcm_params.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/gx-card.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/axg-fifo.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/g12a-tohdmitx.c: note: in included file (through include/linux/pm_qos.h, include/sound/pcm.h, include/sound/pcm_params.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/g12a-toacodec.c: note: in included file (through include/linux/pm_qos.h, include/sound/pcm.h, include/sound/pcm_params.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
sound/soc/meson/t9015.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> sound/soc/meson/t9015.c:280:15: sparse: sparse: arithmetics on pointers to functions
>> sound/soc/meson/t9015.c:280:15: sparse: sparse: arithmetics on pointers to functions
>> sound/soc/meson/t9015.c:280:15: sparse: sparse: static assertion failed: "__same_type((void(*)(void *))clk_disable_unprepare + 0, void (*)(void *)) || __same_type((void(*)(void *))clk_disable_unprepare + 0, void (*)(typeof(priv->pclk)))"
--
sound/soc/meson/axg-frddr.c: note: in included file (through include/linux/of_platform.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/setup-res.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/irq.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/vpd.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/mmap.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/setup-irq.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/vc.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/msi.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/setup-bus.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/slot.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pci-stub.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/proc.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/ecam.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/quirks.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/bus.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/access.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/host-bridge.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/probe.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/pci/probe.c:633:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/pci/probe.c:633:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/pci/probe.c:633:15: sparse: sparse: static assertion failed: "__same_type(devm_pci_alloc_host_bridge_release + 0, void (*)(void *)) || __same_type(devm_pci_alloc_host_bridge_release + 0, void (*)(typeof(bridge)))"
--
drivers/pci/remove.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pci-driver.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/search.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pci.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pci-sysfs.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/rom.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ishtp/client.c: note: in included file (through include/linux/dma-mapping.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ishtp/bus.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ishtp/dma-if.c: note: in included file (through include/linux/dma-mapping.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ishtp/client-buffers.c: note: in included file (through drivers/hid/intel-ish-hid/ishtp/bus.h, drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ipc/ipc.c: note: in included file (through drivers/hid/intel-ish-hid/ishtp/bus.h, drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ishtp-hid.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ipc/pci-ish.c: note: in included file (through include/linux/acpi.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ishtp-hid-client.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ishtp/init.c: note: in included file (through drivers/hid/intel-ish-hid/ishtp/bus.h, drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/intel-ish-hid/ishtp/hbm.c: note: in included file (through drivers/hid/intel-ish-hid/ishtp/bus.h, drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/occ/sysfs.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/occ/p8_i2c.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hwmon/occ/common.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pcie/portdrv_pci.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pcie/err.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pcie/rcec.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pcie/pme.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/pci/pcie/portdrv_core.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/vgem/vgem_drv.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/vgem/vgem_fence.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_bo.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_bo_util.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_memory.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_module.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_bo_vm.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_execbuf_util.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_range_manager.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_resource.c: note: in included file (through include/drm/drm_print.h, include/drm/ttm/ttm_resource.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_pool.c: note: in included file (through include/linux/dma-mapping.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/ttm/ttm_tt.c: note: in included file (through include/linux/blk_types.h, include/linux/writeback.h, include/linux/memcontrol.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/amd-sfh-hid/amd_sfh_hid.c: note: in included file (through include/linux/input.h, include/linux/hid.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/amd-sfh-hid/amd_sfh_client.c: note: in included file (through include/linux/dma-mapping.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c: note: in included file (through include/linux/dma-mapping.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/hid/amd-sfh-hid/amd_sfh_pcie.c:129:14: sparse: sparse: arithmetics on pointers to functions
>> drivers/hid/amd-sfh-hid/amd_sfh_pcie.c:129:14: sparse: sparse: arithmetics on pointers to functions
>> drivers/hid/amd-sfh-hid/amd_sfh_pcie.c:129:14: sparse: sparse: static assertion failed: "__same_type(amd_mp2_pci_remove + 0, void (*)(void *)) || __same_type(amd_mp2_pci_remove + 0, void (*)(typeof(privdata)))"
--
drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c: note: in included file (through include/linux/pci.h, drivers/hid/amd-sfh-hid//amd_sfh_pcie.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/device.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/disp.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/driver.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/driver.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/fifo.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/mmu.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/mem.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/notify.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/timer.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/timer.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/vmm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/user.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/userc361.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/enum.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/client.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/event.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/engine.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/firmware.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/memory.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/ioctl.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/notify.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/mm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/option.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/object.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/oproxy.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/ramht.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/nvfw/ls.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/nvfw/fw.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/core/subdev.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/nvfw/flcn.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/nvfw/hs.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/falcon/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp108.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bar/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bar/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bar/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/bit.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/pcir.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowof.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowrom.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowramin.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/vpstate.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/xpio.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bus/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv31.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/bus/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv10.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv20.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv05.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv1a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fault/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fault/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fault/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fault/user.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv25.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv1a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv20.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv10.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv35.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv36.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv44.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv47.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv49.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv41.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv46.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv4e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/mcp77.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/mcp89.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gf108.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ga102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ga100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv1a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv4e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramga102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr3.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr2.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr3.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv4e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ga102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/g94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gk110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv4e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bit.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv4e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gf117.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padg94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv44.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/g98.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv17.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/ga100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv11.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv41.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mcp77.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmmcp77.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memgf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv46.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/g92.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv41.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv4c.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/pcie.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/gf106.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pci/g94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/privring/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/privring/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk208.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf117.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/fannil.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/top/ga100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/timer/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/bsp/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv41.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/device/acpi.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/falcon.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/gp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/ce/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp89.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gk110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/ga102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/device/user.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/vga.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/headgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/head.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/headnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/headnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/headgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sormcp77.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/dacgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sormcp89.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sortu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorga102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootg84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootg94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootga102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/capsgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/roottu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/changf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgt200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/baseg84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/coreg84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/basenv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/changv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/coreg94.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/basegp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/basegf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/coregk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/coregv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/ovlyg84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/cursnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/ovlygt200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/wndwgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/ovlygk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/wimmgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/ovlygf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/gf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv10.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/ovlynv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/disp/ovlygp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/usergv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/usergf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/dma/usergf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv17.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv17.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv10.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmag84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifotu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/usergv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/usertu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifonv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifog84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv2a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv17.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv25.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv15.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gt200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/mcp79.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf108.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk208.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv30.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf117.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv44.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk110b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/mcp89.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf119.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gp104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gp108.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gp10b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk110.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf108.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf117.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxtu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk208.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk110b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk20a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm20b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/gp107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msvld/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mspdec/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msppp/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/nvenc/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msvld/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msvld/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/gt200.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msppp/g98.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msvld/mcp89.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/nvdec/gm107.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv40.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mspdec/g98.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/nvdec/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msppp/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gt215.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msvld/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msppp/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/msvld/g98.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/gf108.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/gf117.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sec/g98.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp108.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sec2/tu102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sec2/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv10.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sw/nvsw.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/pm/gk104.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sw/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_nvif.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_vga.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/vp/g84.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_bo0039.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_bo74c1.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_boa0b5.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvkm/engine/sw/chan.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_debugfs.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_led.c: note: in included file (through include/linux/leds.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_hwmon.c: note: in included file (through include/linux/power_supply.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_bo85b5.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_bo9039.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_bo90b5.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_usif.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_bo5039.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/ttm/ttm_bo_driver.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_prime.c: note: in included file (through include/linux/dma-mapping.h, include/linux/dma-buf.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_drm.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_mem.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_bo.c: note: in included file (through include/linux/dma-mapping.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_gem.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_sgdma.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_ttm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/arb.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_vmm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_dp.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_dp_helper.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/disp.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/cursor.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nv50_fbcon.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/dfp.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_fbcon.c: note: in included file (through include/linux/cdev.h, include/linux/tty_driver.h, include/linux/tty.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_display.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nv04_fbcon.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvc0_fbcon.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_connector.c: note: in included file (through include/linux/pm_runtime.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_bios.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/lut.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/core827d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/dac.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/core917d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/tvnv04.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/core.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/core507d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/overlay.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/crtc.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/corec57d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/core907d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/corec37d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/crc.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/crc907d.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/dac907d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/pior507d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/crcc37d.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/dac507d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/sor507d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/disp.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv04/hw.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/sor907d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/sorc37d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/curs.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/oimm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/ovly.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/head.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/oimm507b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/wimm.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/base.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/head827d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/head917d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/cursc37a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/base917c.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/base907c.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/ovly907e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/curs907a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/base827c.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/curs507a.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/base507c.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/ovly827e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/ovly507e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/head507d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/headc57d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/wndw.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/ovly917e.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/headc37d.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/dispnv50/head907d.c: note: in included file (through include/linux/hdmi.h, include/drm/drm_connector.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_abi16.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_chan.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_dma.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nv04_fence.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nv10_fence.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nv50_fence.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nv17_fence.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvc0_fence.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nv84_fence.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nouveau_fence.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/static_call.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/client.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/nouveau/nvif/object.c: note: in included file (through include/linux/pci.h, drivers/gpu/drm/nouveau/include/nvif/os.h, drivers/gpu/drm/nouveau/include/nvif/object.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/vdpa/ifcvf/ifcvf_main.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/vdpa/ifcvf/ifcvf_main.c:426:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/vdpa/ifcvf/ifcvf_main.c:426:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/vdpa/ifcvf/ifcvf_main.c:426:15: sparse: sparse: static assertion failed: "__same_type(ifcvf_free_irq_vectors + 0, void (*)(void *)) || __same_type(ifcvf_free_irq_vectors + 0, void (*)(typeof(pdev)))"
--
drivers/vdpa/ifcvf/ifcvf_base.c: note: in included file (through include/linux/pci.h, drivers/vdpa/ifcvf/ifcvf_base.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/lcd.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/ili922x.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/ltv350qv.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/ili9320.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/otm3225a.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/vgg2432a4.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/aat2870_bl.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/platform_lcd.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/adp8870_bl.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/adp8860_bl.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/as3711_bl.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/backlight.c: note: in included file:
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
>> drivers/video/backlight/backlight.c:734:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/video/backlight/backlight.c:734:15: sparse: sparse: arithmetics on pointers to functions
>> drivers/video/backlight/backlight.c:734:15: sparse: sparse: static assertion failed: "__same_type(devm_backlight_release + 0, void (*)(void *)) || __same_type(devm_backlight_release + 0, void (*)(typeof(bd)))"
--
drivers/video/backlight/gpio_backlight.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/da9052_bl.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/lm3630a_bl.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/lm3639_bl.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/lp8788_bl.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/lv5207lp.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/max8925_bl.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/pcf50633-backlight.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/sky81452-backlight.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/pwm_bl.c: note: in included file (through include/linux/platform_device.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/arcxcnn_bl.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/video/backlight/ams369fg06.c: note: in included file (through include/linux/backlight.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_drv.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_kms.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_display.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_ttm.c: note: in included file (through include/drm/drm_print.h, include/drm/drm_mm.h, include/drm/drm_vma_manager.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_gem.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_object.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_cmd.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_draw.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_image.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_debugfs.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_irq.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_dumb.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_ioctl.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_release.c: note: in included file (through include/linux/node.h, include/linux/cpu.h, include/linux/static_call.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/qxl/qxl_prime.c: note: in included file (through include/linux/platform_device.h, drivers/gpu/drm/qxl/qxl_drv.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/bochs/bochs_mm.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/bochs/bochs_drv.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/bochs/bochs_kms.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/bochs/bochs_hw.c: note: in included file (through include/linux/pci.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/i2c/sil164_drv.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/drm/drm_crtc.h, ...):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
--
drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c: note: in included file (through include/linux/acpi.h, include/linux/i2c.h, include/uapi/linux/fb.h, include/linux/fb.h):
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: arithmetics on pointers to functions
>> include/linux/device.h:290:15: sparse: sparse: static assertion failed: "__same_type(action + 0, void (*)(void *)) || __same_type(action + 0, void (*)(typeof(data)))"
vim +290 include/linux/device.h
663d41317b8fa2 Rasmus Villemoes 2021-03-10 284
663d41317b8fa2 Rasmus Villemoes 2021-03-10 285 static inline int __devm_add_action_or_reset(struct device *dev,
a3499e9bf0feee Sudip Mukherjee 2015-12-23 286 void (*action)(void *), void *data)
a3499e9bf0feee Sudip Mukherjee 2015-12-23 287 {
a3499e9bf0feee Sudip Mukherjee 2015-12-23 288 int ret;
a3499e9bf0feee Sudip Mukherjee 2015-12-23 289
a3499e9bf0feee Sudip Mukherjee 2015-12-23 @290 ret = devm_add_action(dev, action, data);
a3499e9bf0feee Sudip Mukherjee 2015-12-23 291 if (ret)
a3499e9bf0feee Sudip Mukherjee 2015-12-23 292 action(data);
a3499e9bf0feee Sudip Mukherjee 2015-12-23 293
a3499e9bf0feee Sudip Mukherjee 2015-12-23 294 return ret;
a3499e9bf0feee Sudip Mukherjee 2015-12-23 295 }
a3499e9bf0feee Sudip Mukherjee 2015-12-23 296
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 31367 bytes --]
next reply other threads:[~2021-03-10 15:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-10 15:38 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-10 14:08 [RFC PATCH] devres: better type safety with devm_*_action() kernel test robot
2021-03-10 11:17 kernel test robot
2021-03-10 10:46 kernel test robot
2021-03-10 9:19 kernel test robot
2021-03-10 8:58 kernel test robot
2021-03-10 7:52 kernel test robot
2021-03-10 7:37 kernel test robot
2021-03-10 7:00 kernel test robot
2021-03-10 3:53 kernel test robot
2021-03-09 23:59 Rasmus Villemoes
2021-03-18 20:30 ` Rasmus Villemoes
2021-03-18 21:58 ` Kees Cook
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202103102302.VVPhxyMd-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.