mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 11:41:26 +00:00
isert: Remove an unused variable
Signed-off-by: Yan Burman <yanb@mellanox.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5743 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -532,13 +532,11 @@ static int isert_poll_cq(struct isert_cq *cq)
|
||||
static void isert_cq_comp_work_cb(struct work_struct *work)
|
||||
{
|
||||
struct isert_cq *cq_desc;
|
||||
struct isert_device *isert_dev;
|
||||
int ret;
|
||||
|
||||
TRACE_ENTRY();
|
||||
|
||||
cq_desc = container_of(work, struct isert_cq, cq_comp_work);
|
||||
isert_dev = cq_desc->dev;
|
||||
ret = isert_poll_cq(cq_desc);
|
||||
if (unlikely(ret < 0)) { /* poll error */
|
||||
pr_err("ib_poll_cq failed\n");
|
||||
|
||||
Reference in New Issue
Block a user