Two fixes for unload path. One is where the module use count got messed up in a previous fix, we missed hitting these paths. I missed hitting these paths. The other patch is going back to kfree for the dummy netdev. We are currently re-working how this dummy netdev stuff works and will send a series for-next soon. --- Dennis Dalessandro (2): IB/hfi1: Restore kfree in dummy_netdev cleanup IB/hfi1: Fix module use count flaw due to leftover module put calls drivers/infiniband/hw/hfi1/debugfs.c | 19 ++----------------- drivers/infiniband/hw/hfi1/netdev_rx.c | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) -- -Denny