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:
parent
e7cde7b312
commit
a3cf4b42ce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue