]> git.baikalelectronics.ru Git - kernel.git/commit
devlink: Remove misleading internal_flags from health reporter dump
authorLeon Romanovsky <leonro@nvidia.com>
Sun, 28 Nov 2021 12:14:46 +0000 (14:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Nov 2021 13:04:26 +0000 (13:04 +0000)
commit9e5b816eff6742446c90834bd18a2c41d4921718
tree2a658b4f718c8e799d613a115e310c28aec51521
parent33f82762d7c281146f1abae6a959a5732519befa
devlink: Remove misleading internal_flags from health reporter dump

DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET command doesn't have .doit callback
and has no use in internal_flags at all. Remove this misleading assignment.

Fixes: 8dc681a970cc ("devlink: Hang reporter's dump method on a dumpit cb")
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/devlink.c