diff options
| author | Chen Ni <nichen@iscas.ac.cn> | 2025-06-18 15:07:14 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-19 12:23:59 +0200 |
| commit | a4e668fd49997a1bee92af413f2f19b1471ef623 (patch) | |
| tree | 217ccff5c05284d1fc5f9c4c54a5c25d4343b905 /tools/perf/scripts/python/bin | |
| parent | usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p... (diff) | |
| download | linux-a4e668fd49997a1bee92af413f2f19b1471ef623.tar.gz linux-a4e668fd49997a1bee92af413f2f19b1471ef623.zip | |
usb: gadget: m66592-udc: Use USB API functions rather than constants
Use the function usb_endpoint_num() and usb_endpoint_type()
rather than constants.
The Coccinelle semantic patch is as follows:
@@ struct usb_endpoint_descriptor *epd; @@
- (epd->bEndpointAddress & \(USB_ENDPOINT_NUMBER_MASK\|0x0f\))
+ usb_endpoint_num(epd)
@@ 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/20250618070714.817146-1-nichen@iscas.ac.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
