diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-07-06 14:58:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-07 20:06:42 +0900 |
commit | 22dd149167359981ea6f4afde04026fb78747ddc (patch) | |
tree | 7f0d03930d6bd150d0b610889dc50e58aaa7326e /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | be9c64b19b8131459dd7107dc0ae209eeeaa9ce8 (diff) |
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: ea601e170988 ("devlink: Add devlink notifications support for params")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions