Remove useless bit operation
This commit is contained in:
parent
d6a7f8fb53
commit
6288a4e560
@ -97,7 +97,7 @@ public final class Usb20ExtensionDescriptor
|
||||
bLength() & 0xff,
|
||||
bDescriptorType() & 0xff,
|
||||
bDevCapabilityType() & 0xff,
|
||||
String.format("0x%08x", bmAttributes() & 0xffffffff));
|
||||
String.format("0x%08x", bmAttributes()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user