commit | bec6bfb2437f4676dbaaacba6019e9dafef18962 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Tue Sep 02 09:40:22 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 02 14:03:37 2014 -0700 |
tree | 8a7e6bc1b329c9fc10f8175ce77e4c0c552d6d2d | |
parent | 4ee45ea05c8710c7ab8a5eb1a72700b874712746 [diff] |
amd-xgbe: Fix initialization of the wrong spin lock During allocation and initialization of the network driver structures, the wrong pointer is used to initialize a spin lock. Fix the spin lock initialization by using the proper pointer. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>