staging: rt2870: '&pointer[0]' to 'pointer' fix

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Andy Shevchenko 2010-09-17 11:24:48 +03:00 committed by Greg Kroah-Hartman
parent e7cde7b312
commit a3cf4b42ce
1 changed files with 1 additions and 1 deletions

View File

@ -1882,7 +1882,7 @@ void CMDHandler(struct rt_rtmp_adapter *pAd)
("UpdateRxWCIDTable(): Aid=%d, "
"Addr=%pM!\n",
pEntry->Aid,
&pEntry->Addr[0]));
pEntry->Addr));
}
break;