Christoph, this fixes the build failure from the previous patch. Sorry about
that. Please apply to drivers-for-3.18 as well.
-Anish

Signed-off-by: Anish Bhatt <an...@chelsio.com>
---
 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 
b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
index 2d2f3d0..81bb3bd 100644
--- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
+++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
@@ -939,7 +939,7 @@ static void do_abort_req_rss(struct cxgbi_device *cdev, 
struct sk_buff *skb)
        cxgbi_sock_clear_flag(csk, CTPF_ABORT_REQ_RCVD);
 
        if (!cxgbi_sock_flag(csk, CTPF_TX_DATA_SENT)) {
-               send_tx_flowc_wr(csk, 0);
+               send_tx_flowc_wr(csk);
                cxgbi_sock_set_flag(csk, CTPF_TX_DATA_SENT);
        }
 
-- 
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to