Remove useless bit operation

This commit is contained in:
Klaus Reimer 2013-07-13 23:26:43 +02:00
parent d6a7f8fb53
commit 6288a4e560

View File

@ -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