commit | 8188a18ee2e48c9a7461139838048363bfce3fef | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Sep 19 09:04:09 2019 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Wed Oct 09 13:01:05 2019 +0300 |
tree | 7dfdf37fd389d4cbba9b505b10d5535e412c1e40 | |
parent | 08326a97afbe808e50e1610c2835fa2747bdb908 [diff] |
iwlwifi: pcie: fix rb_allocator workqueue allocation We don't handle failures in the rb_allocator workqueue allocation correctly. To fix that, move the code earlier so the cleanup is easier and we don't have to undo all the interrupt allocations in this case. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>