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>
This commit is contained in:
Mitko Haralanov 2015-12-08 17:10:10 -05:00 коммит произвёл Greg Kroah-Hartman
Родитель 2d1900f131
Коммит 483119a760
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -731,8 +731,7 @@ static int hfi1_file_close(struct inode *inode, struct file *fp)
flush_wc();
/* drain user sdma queue */
if (fdata->pq)
hfi1_user_sdma_free_queues(fdata);
hfi1_user_sdma_free_queues(fdata);
/*
* Clear any left over, unhandled events so the next process that