diff options
author | Wei Yongjun <[email protected]> | 2017-11-14 06:20:16 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-11-14 22:02:08 +0900 |
commit | 8a860c2bcc84a8e4fbcabb928cd97e4c51b17d93 (patch) | |
tree | 992ff276cd5f1a68d7e3b8a61dd8de4cd831feed /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 228aa0121c8897d97fd0864d4ee4851545f7ebac (diff) |
openvswitch: Fix return value check in ovs_meter_cmd_features()
In case of error, the function ovs_meter_cmd_reply_start() returns
ERR_PTR() not NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Fixes: 96fbc13d7e77 ("openvswitch: Add meter infrastructure")
Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Pravin B Shelar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions