aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorXie He <[email protected]>2020-09-11 19:18:07 -0700
committerDavid S. Miller <[email protected]>2020-09-14 14:41:02 -0700
commit4b4683853507128ed78e255aa0b1ef2b1bccba41 (patch)
tree562bdd1421ccdc33a27668d43510984104590329 /tools/perf/scripts/python/bin
parent2de79ee27fdb52626ac4ac48ec6d8d52ba6f9047 (diff)
drivers/net/wan/x25_asy: Remove an unnecessary x25_type_trans call
x25_type_trans only needs to be called before we call netif_rx to pass the skb to upper layers. It does not need to be called before lapb_data_received. The LAPB module does not need the fields that are set by calling it. In the other two X.25 drivers - lapbether and hdlc_x25. x25_type_trans is only called before netif_rx and not before lapb_data_received. Cc: Martin Schiller <[email protected]> Signed-off-by: Xie He <[email protected]> Acked-by: Martin Schiller <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions