ibmvnic: Fix recent errata commit
authorThomas Falcon <tlfalcon@linux.vnet.ibm.com>
Tue, 13 Mar 2018 02:05:26 +0000 (21:05 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Mar 2018 14:26:49 +0000 (10:26 -0400)
commit7083a45ad0df78546b3a735f0090b075efdf44e3
tree255b45f298c2cc5fbe3132a5fb9e738944dcc5ad
parent8ae74abe78e3742072287317e8a2c324ea5ce7bc
ibmvnic: Fix recent errata commit

Sorry, one of the patches I sent in an earlier series
has some dumb mistakes. One was that I had changed the
parameter for the errata workaround function but forgot
to make that change in the code that called it.

The second mistake was a forgotten return value at the end
of the function in case the workaround was not needed.

Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c