From: Tonghao Zhang <xiangxia.m....@gmail.com>

Cc: Pravin B Shelar <pshe...@ovn.org>
Cc: Andy Zhou <az...@ovn.org>
Signed-off-by: Tonghao Zhang <xiangxia.m....@gmail.com>
---
 net/openvswitch/meter.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net/openvswitch/meter.c b/net/openvswitch/meter.c
index b7893b0d6423..e36b464b32a5 100644
--- a/net/openvswitch/meter.c
+++ b/net/openvswitch/meter.c
@@ -419,9 +419,8 @@ static int ovs_meter_cmd_set(struct sk_buff *skb, struct 
genl_info *info)
        u32 meter_id;
        bool failed;
 
-       if (!a[OVS_METER_ATTR_ID]) {
-               return -ENODEV;
-       }
+       if (!a[OVS_METER_ATTR_ID])
+               return -EINVAL;
 
        meter = dp_meter_create(a);
        if (IS_ERR_OR_NULL(meter))
-- 
2.23.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to