commit | de89e854bcc71ebaf30d415a0c015d1cb6c68856 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Tue Mar 01 10:20:09 2016 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 03 16:36:31 2016 -0500 |
tree | 65884e23bdd3b857a46c63420720e07aa403c947 | |
parent | 5d150a985520bbe3cb2aa1ceef24a7e32f20c15f [diff] |
ibmvnic: Fix ibmvnic_capability struct The ibmvnic_capability struct was defined incorrectly. The last two elements of the struct are in the wrong order. In addition, the number element should be 64-bit. Byteswapping functions are updated as well. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>