commit | b510888f9639588d30d48eaaa32502cdb1c9e9e0 | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@linux.vnet.ibm.com> | Thu Mar 30 02:49:18 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 30 15:58:42 2017 -0700 |
tree | be6109d4e2e43a3b195e5a8857c86383a7003b16 | |
parent | 0ffe2cb7903b20e74a9f42c53016e61e187ee345 [diff] |
ibmvnic: Merge the two release_sub_crq_queue routines Keeping two routines for releasing sub crqs, one for when irqs are not initialized and one for when they are, is a bit of overkill. Merge the two routines to a common release routine that will check for an irq and release it if needed. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>