PVS V547: always false conditions

Change-Id: I389c081331b1c5ef67bef9ffcac9055573e1ebf5
Reviewed-on: https://review.haiku-os.org/c/1605
Reviewed-by: Stephan Aßmus <[email protected]>
This commit is contained in:
Adrien Destugues
2019-07-17 01:48:25 +00:00
committed by waddlesplash
parent cbda783eaa
commit 12d046d024
7 changed files with 10 additions and 7 deletions
+2
View File
@@ -75,8 +75,10 @@
#define USB_ENDPOINT_ATTR_IMPLICIT_USAGE 0x20
#define USB_ENDPOINT_ATTR_USAGE_MASK 0x30
/* Direction */
#define USB_ENDPOINT_ADDR_DIR_IN 0x80
#define USB_ENDPOINT_ADDR_DIR_OUT 0x00
#define USB_ENDPOINT_ADDR_DIR_MASK 0x80
typedef struct usb_device_descriptor {