提交 a3cf4b42 编写于 作者: A Andy Shevchenko 提交者: Greg Kroah-Hartman

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

Signed-off-by: NAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e7cde7b3
...@@ -1882,7 +1882,7 @@ void CMDHandler(struct rt_rtmp_adapter *pAd) ...@@ -1882,7 +1882,7 @@ void CMDHandler(struct rt_rtmp_adapter *pAd)
("UpdateRxWCIDTable(): Aid=%d, " ("UpdateRxWCIDTable(): Aid=%d, "
"Addr=%pM!\n", "Addr=%pM!\n",
pEntry->Aid, pEntry->Aid,
&pEntry->Addr[0])); pEntry->Addr));
} }
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册