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>
This commit is contained in:
Родитель
f86f83622f
Коммит
b73f2290b4
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче