Staging: bcm: Fixed warning about pointer position.
authorTülin İzer <tulinizer@gmail.com>
Sun, 12 May 2013 19:24:35 +0000 (22:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 May 2013 20:50:52 +0000 (13:50 -0700)
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>
drivers/staging/bcm/InterfaceIdleMode.c

index 6b4838ab71fb8726ad09c2a006a45836e4538b3d..d9dc738d68daaf6afe6ddd8dd7f1d4f1d30f6c9e 100644 (file)
@@ -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 intpuiBuffer)
+int InterfaceIdleModeRespond(struct bcm_mini_adapter *Adapter, unsigned int *puiBuffer)
 {
        int     status = STATUS_SUCCESS;
        unsigned int    uiRegRead = 0;