This set of patches is a series of updates to remove some unneeded and unused code in the driver as well as bug fixes for the ibmvnic driver.
--- Brian King (4): ibmvnic: Unmap longer term buffer before free ibmvnic: Fixup atomic API usage ibmvnic: Do not disable IRQ after scheduling tasklet ibmvnic: Disable irq prior to close Murilo Fossa Vicentini (1): ibmvnic: Fix ibmvnic_change_mac_addr struct format Nathan Fontenot (4): ibmvnic: Remove inflight list ibmvnic: Correct crq and resource releasing ibmvnic: Allocate zero-filled memory for sub crqs ibmvnic: Remove unused bouce buffer Thomas Falcon (1): ibmvnic: Report errors when failing to release sub-crqs drivers/net/ethernet/ibm/ibmvnic.c | 223 ++++++++++-------------------------- drivers/net/ethernet/ibm/ibmvnic.h | 15 -- 2 files changed, 61 insertions(+), 177 deletions(-) -- -Nathan Fontenot