summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
diff options
context:
space:
mode:
authorTülin İzer <tulinizer@gmail.com>2013-05-12 19:24:35 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-13 20:50:52 (GMT)
commitb73f2290b44dd77fc94f781699902fa3f1880dfb (patch)
tree4456de7d53245fd0354558c031613e60702a46e5 /drivers/staging/bcm
parentf86f83622fe2c45d75f83a7db8d170da55b5b476 (diff)
downloadlinux-fsl-qoriq-b73f2290b44dd77fc94f781699902fa3f1880dfb.tar.xz
Staging: bcm: Fixed warning about pointer position.
This patch fixes warning about pointer position in driver bcm. Signed-off-by: Tülin İzer <tulinizer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r--drivers/staging/bcm/InterfaceIdleMode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/InterfaceIdleMode.c b/drivers/staging/bcm/InterfaceIdleMode.c
index 6b4838a..d9dc738 100644
--- a/drivers/staging/bcm/InterfaceIdleMode.c
+++ b/drivers/staging/bcm/InterfaceIdleMode.c
@@ -42,7 +42,7 @@ send to f/w with in 200 ms after the Idle/Shutdown req issued
*/
-int InterfaceIdleModeRespond(struct bcm_mini_adapter *Adapter, unsigned int* puiBuffer)
+int InterfaceIdleModeRespond(struct bcm_mini_adapter *Adapter, unsigned int *puiBuffer)
{
int status = STATUS_SUCCESS;
unsigned int uiRegRead = 0;