]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7525c92d77165bf85cd131714bf7a678ea9b2b8f
tree255b45f298c2cc5fbe3132a5fb9e738944dcc5ad
parentf4ca4044e45e3b33cf56701f972b4943037aa0d4
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