summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorJuhee Kang <claudiajkang@gmail.com>2022-07-21 19:26:48 +0900
committerDavid S. Miller <davem@davemloft.net>2022-07-22 12:35:45 +0100
commitc497885e3044ad92a849cc4433c769f0b66374ab (patch)
treeabc7eab26b746b39c8d443df9b728b94f0937798 /tools/perf/scripts/python/exported-sql-viewer.py
parent59ad24714b7bb0c46c69cffc55478cc3295465d3 (diff)
net: marvell: prestera: use netif_is_any_bridge_port instead of open code
The open code which is netif_is_bridge_port() || netif_is_ovs_port() is defined as a new helper function on netdev.h like netif_is_any_bridge_port that can check both IFF flags in 1 go. So use netif_is_any_bridge_port() function instead of open code. This patch doesn't change logic. Signed-off-by: Juhee Kang <claudiajkang@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions