aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2025-06-18 12:09:08 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-19 12:24:05 +0200
commitd61b9060f9907e8f4bcb0577126f2523d10e6e66 (patch)
tree4c840bafd0955bb2c6ab63494b3812d32a0caf0a /tools/perf/scripts/python/parallel-perf.py
parentusb: gadget: udc-xilinx: Use USB API functions rather than constants (diff)
downloadlinux-d61b9060f9907e8f4bcb0577126f2523d10e6e66.tar.gz
linux-d61b9060f9907e8f4bcb0577126f2523d10e6e66.zip
usb: gadget: pch_udc: Use USB API functions rather than constants
Use the function usb_endpoint_type() rather than constants. The Coccinelle semantic patch is as follows: @@ struct usb_endpoint_descriptor *epd; @@ - (epd->bmAttributes & \(USB_ENDPOINT_XFERTYPE_MASK\|3\)) + usb_endpoint_type(epd) Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Link: https://lore.kernel.org/r/20250618040908.408309-1-nichen@iscas.ac.cn Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions