linux/include
Arnd Bergmann 22dd149167 devlink: fix incorrect return statement
A newly added dummy helper function tries to return a failure from a "void"
function:

In file included from include/net/dsa.h:24,
                 from arch/arm/plat-orion/common.c:21:
include/net/devlink.h: In function 'devlink_param_value_changed':
include/net/devlink.h:771:9: error: 'return' with a value, in function returning void [-Werror]
  return -EOPNOTSUPP;

This fixes it by removing the bogus statement.

Fixes: ea601e1709 ("devlink: Add devlink notifications support for params")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-07 20:06:42 +09:00
..
acpi ACPI / processor: Finish making acpi_processor_ppc_has_changed() void 2018-06-20 10:50:40 +02:00
asm-generic locking/qspinlock: Fix build for anonymous union in older GCC compilers 2018-06-22 04:19:16 +02:00
clocksource
crypto Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL 2018-06-28 10:40:47 -07:00
drm
dt-bindings
keys
kvm
linux net: limit each hash list length to MAX_GRO_SKBS 2018-07-05 19:20:16 +09:00
math-emu
media
memory
misc
net devlink: fix incorrect return statement 2018-07-07 20:06:42 +09:00
pcmcia
ras
rdma 4.18-rc 2018-06-21 07:22:30 +09:00
scsi
soc
sound
target
trace net: core: unwrap skb list receive slightly further 2018-07-04 14:06:19 +09:00
uapi devlink: Add devlink notifications support for params 2018-07-05 19:58:35 +09:00
video
xen xen: fixes for 4.18-rc2 2018-06-23 20:44:11 +08:00