OSDN Git Service

Staging: bcm: Change ULONG to unsigned long in InterfaceAdapter.h
authorKevin McKinney <klmckinney1@gmail.com>
Fri, 2 Nov 2012 03:42:28 +0000 (23:42 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Nov 2012 18:36:47 +0000 (11:36 -0700)
This patch changes ULONG to unsigned long
in InterfaceAdapter.h.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/InterfaceAdapter.h

index f6e2600..06a6b18 100644 (file)
@@ -60,7 +60,7 @@ struct bcm_interface_adapter {
        struct bcm_intr_endpoint_in     sIntrIn;
        /* Interrupt endpoint out info */
        struct bcm_intr_endpoint_out    sIntrOut;
-       ULONG           ulInterruptData[2];
+       unsigned long           ulInterruptData[2];
        struct urb *psInterruptUrb;
        struct bcm_usb_tcb      asUsbTcb[MAXIMUM_USB_TCB];
        struct bcm_usb_rcb      asUsbRcb[MAXIMUM_USB_RCB];