[PATCH 16/16] Staging: bcm: Change ULONG to unsigned long in InterfaceAdapter.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch changes ULONG to unsigned long
in InterfaceAdapter.h.

Signed-off-by: Kevin McKinney <klmckinney1@xxxxxxxxx>
---
 drivers/staging/bcm/InterfaceAdapter.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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];
-- 
1.7.9.5

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux