summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-11-02 03:42:28 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-02 18:36:47 (GMT)
commit38d6d8de76bdde708ee5bc7d2087f9968a0c5ddd (patch)
tree44930163af5f1ed06d4045fc90bd93c58464a986
parent85b331afb29a25fe770750c7dc169688a1c7f9ec (diff)
downloadlinux-fsl-qoriq-38d6d8de76bdde708ee5bc7d2087f9968a0c5ddd.tar.xz
Staging: bcm: Change ULONG to unsigned long in InterfaceAdapter.h
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>
-rw-r--r--drivers/staging/bcm/InterfaceAdapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/InterfaceAdapter.h b/drivers/staging/bcm/InterfaceAdapter.h
index f6e2600..06a6b18 100644
--- a/drivers/staging/bcm/InterfaceAdapter.h
+++ b/drivers/staging/bcm/InterfaceAdapter.h
@@ -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];