Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kevin McKinney and committed by
Greg Kroah-Hartman
38d6d8de 85b331af

+1 -1
+1 -1
drivers/staging/bcm/InterfaceAdapter.h
··· 60 60 struct bcm_intr_endpoint_in sIntrIn; 61 61 /* Interrupt endpoint out info */ 62 62 struct bcm_intr_endpoint_out sIntrOut; 63 - ULONG ulInterruptData[2]; 63 + unsigned long ulInterruptData[2]; 64 64 struct urb *psInterruptUrb; 65 65 struct bcm_usb_tcb asUsbTcb[MAXIMUM_USB_TCB]; 66 66 struct bcm_usb_rcb asUsbRcb[MAXIMUM_USB_RCB];