From: Tonghao Zhang <[email protected]>

Cc: Pravin B Shelar <[email protected]>
Cc: Andy Zhou <[email protected]>
Signed-off-by: Tonghao Zhang <[email protected]>
---
 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 f552c64ae8df..77fe39cf4f18 100644
--- a/net/openvswitch/meter.c
+++ b/net/openvswitch/meter.c
@@ -390,9 +390,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
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to