Staging: bcm: Change UINT to unsigned int in CmHost.h
authorKevin McKinney <klmckinney1@gmail.com>
Tue, 30 Oct 2012 03:08:52 +0000 (23:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:35:39 +0000 (10:35 -0700)
This patch changes UINT to unsigned
int in CmHost.h.

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

index fd117e7..d1a8675 100644 (file)
@@ -121,7 +121,7 @@ typedef struct stLocalSFChangeIndicationAlt {
        u16     u16Padd; /* < 16 bit */
 } stLocalSFChangeIndicationAlt;
 
-unsigned long StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer, UINT *puBufferLength);
+unsigned long StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer, unsigned int *puBufferLength);
 int AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
 int FreeAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
 unsigned long SetUpTargetDsxBuffers(struct bcm_mini_adapter *Adapter);