commit | 795292916cf9d8c47c53b692bcb36b02953101cf | [log] [tgz] |
---|---|---|
author | Sudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com> | Thu May 26 11:01:20 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu May 26 12:27:32 2016 -0700 |
tree | 9946b7541b2816b3c72ec19462ba0d2918e7cd0d | |
parent | 6ecb0a0c0d9539fac1497d1d218e60a393a1070c [diff] |
qed: Fix allocation in interrupt context Commit 39651abd2814 ("qed: add support for dcbx") is re-configuring the QM hw-block as part of its sequence. This is done in attention handling context which is non-sleepable, yet memory is allocated in this flow using GFP_KERNEL. Signed-off-by: Sudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>