diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2019-11-08 17:23:30 +0300 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2019-11-23 00:43:42 +0300 |
commit | 1748ce80e0a3d4a66667fd154623aa1c33a44875 (patch) | |
tree | 7b4724e213f9670c7c17079ff33c4ecd94988021 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 87324e747fde7693620f6d4c74aa11b7551e096d (diff) | |
download | linux-1748ce80e0a3d4a66667fd154623aa1c33a44875.tar.xz |
ice: remove pointless NULL check of port_info
The code in ice_sched_cleanup_all checks whether the port info is NULL
prior to calling ice_sched_clear_port. However, ice_sched_clear_port
already checks whether port info is non-NULL.
More importantly, it also checks whether the port structure has been
initialized by checking its port_state field as well.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions