]> www.infradead.org Git - users/hch/misc.git/commit
devlink: Fix referring to hw_addr attribute during state validation
authorParav Pandit <parav@nvidia.com>
Mon, 29 Jan 2024 19:10:59 +0000 (21:10 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 31 Jan 2024 02:32:41 +0000 (18:32 -0800)
commit1a89e24f8bfd3e3562d69709c9d9cd185ded869b
treecd8c94fad18d5a1ea745cf54b68ce9c0be5c684d
parentf5c3eb4b7251baba5cd72c9e93920e710ac8194a
devlink: Fix referring to hw_addr attribute during state validation

When port function state change is requested, and when the driver
does not support it, it refers to the hw address attribute instead
of state attribute. Seems like a copy paste error.

Fix it by referring to the port function state attribute.

Fixes: c0bea69d1ca7 ("devlink: Validate port function request")
Signed-off-by: Parav Pandit <parav@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240129191059.129030-1-parav@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/devlink/port.c