USB: pxa27x_udc: use four bits to store endpoint addresses
[pandora-kernel.git] / drivers / usb / gadget / pxa27x_udc.h
index ff61e48..cd16231 100644 (file)
@@ -360,7 +360,7 @@ struct pxa_ep {
         * Specific pxa endpoint data, needed for hardware initialization
         */
        unsigned                dir_in:1;
-       unsigned                addr:3;
+       unsigned                addr:4;
        unsigned                config:2;
        unsigned                interface:3;
        unsigned                alternate:3;