commit | 483119a760639858ce2369a314d1bd93a3db3062 | [log] [tgz] |
---|---|---|
author | Mitko Haralanov <mitko.haralanov@intel.com> | Tue Dec 08 17:10:10 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 21 13:57:55 2015 -0800 |
tree | 0a2b2bc41e964c58c52752d6d3b21419fda2474d | |
parent | 2d1900f131f015ff335c53b655edfb4e10e57ee7 [diff] |
staging/rdma/hfi1: Unconditionally clean-up SDMA queues There is no need to cleck if the packet queue is allocated when cleaning up a user context. The hfi1_user_sdma_free_queues() function already does all the required checks. Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Mitko Haralanov <mitko.haralanov@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>