commit | 288ccb75b8fbf554d3fe21d1f91dbf489f10c6d4 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Wed Jun 21 14:53:00 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 22 11:31:34 2017 -0400 |
tree | 468aeeacee40e952855c566a1e613e6d082757bb | |
parent | 8fac365f63c866a00015fa13932d8ffc584518b8 [diff] |
ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structure This reserved area should be eight bytes in length instead of four. As a result, the return codes in the REQUEST_MAP_RSP descriptors were not being properly handled. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>