Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3cf4b42 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Greg Kroah-Hartman
Browse files

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

parent e7cde7b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;