diff options
author | 2024-01-08 20:57:04 +0100 | |
---|---|---|
committer | 2024-01-08 20:57:04 +0100 | |
commit | 6b93f350e55f3f2ee071dd41109d936abfba8ebf (patch) | |
tree | 481336b357ef1c1ac4a3a7517dd20294fe9b1c45 /drivers/usb/cdns3/cdnsp-debug.h | |
parent | HID: magicmouse: fix kerneldoc for struct magicmouse_sc (diff) | |
parent | HID: amd_sfh: Add a new interface for exporting ALS data (diff) | |
download | wireguard-linux-6b93f350e55f3f2ee071dd41109d936abfba8ebf.tar.xz wireguard-linux-6b93f350e55f3f2ee071dd41109d936abfba8ebf.zip |
Merge branch 'for-6.8/amd-sfh' into for-linus
- addition of new interfaces to export User presence information and
Ambient light from amd-sfh to other drivers within the kernel (Basavaraj
Natikar)
Diffstat (limited to 'drivers/usb/cdns3/cdnsp-debug.h')
-rw-r--r-- | drivers/usb/cdns3/cdnsp-debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/cdns3/cdnsp-debug.h b/drivers/usb/cdns3/cdnsp-debug.h index f0ca865cce2a..ad617b7455b9 100644 --- a/drivers/usb/cdns3/cdnsp-debug.h +++ b/drivers/usb/cdns3/cdnsp-debug.h @@ -131,8 +131,6 @@ static inline const char *cdnsp_trb_type_string(u8 type) return "Endpoint Not ready"; case TRB_HALT_ENDPOINT: return "Halt Endpoint"; - case TRB_FLUSH_ENDPOINT: - return "FLush Endpoint"; default: return "UNKNOWN"; } @@ -328,7 +326,6 @@ static inline const char *cdnsp_decode_trb(char *str, size_t size, u32 field0, break; case TRB_RESET_EP: case TRB_HALT_ENDPOINT: - case TRB_FLUSH_ENDPOINT: ret = snprintf(str, size, "%s: ep%d%s(%d) ctx %08x%08x slot %ld flags %c", cdnsp_trb_type_string(type), |