diff options
| author | Kevin McKinney <klmckinney1@gmail.com> | 2012-10-29 23:08:52 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-30 10:35:39 -0700 |
| commit | 9e90bc86d531a5f6e4caf98c4c91ea3097bf9345 (patch) | |
| tree | dacad092cda788e2ba677294e6ba0253b9dc51f7 | |
| parent | 617849119a1bad8036b6f233015298552087efd6 (diff) | |
Staging: bcm: Change UINT to unsigned int in CmHost.h
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>
| -rw-r--r-- | drivers/staging/bcm/CmHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h index fd117e72b603..d1a867583451 100644 --- a/drivers/staging/bcm/CmHost.h +++ b/drivers/staging/bcm/CmHost.h @@ -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); |
