]> 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)
commit05e7f468c5b691317db50f3fafba6210cfdd6ff6
tree255b45f298c2cc5fbe3132a5fb9e738944dcc5ad
parentdca8f3e8facfe15a7f8c74717b7fcd1fdf0d11fc
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