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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 09:54:34 +0000 (10:54 +0100)
commitf6d4c0e017ec34f6f356d34d93776575dc174b82
tree617c5cf5447994b2f0171c9dd0276e4eab24efcc
parent2e51a761b7ab71458b50441f1357bb3dd60927c8
devlink: Remove misleading internal_flags from health reporter dump

commit e9538f8270db24d272659e15841854c7ea11119e upstream.

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: e44ef4e4516c ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/core/devlink.c