diff options
Diffstat (limited to 'drivers/ntb/ntb_transport.c')
-rw-r--r-- | drivers/ntb/ntb_transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/ntb_transport.c b/drivers/ntb/ntb_transport.c index ae8657259ca0..ae61b443f412 100644 --- a/drivers/ntb/ntb_transport.c +++ b/drivers/ntb/ntb_transport.c | |||
@@ -1216,7 +1216,7 @@ static void ntb_tx_copy_callback(void *data) | |||
1216 | wmb(); | 1216 | wmb(); |
1217 | iowrite32(entry->flags | DESC_DONE_FLAG, &hdr->flags); | 1217 | iowrite32(entry->flags | DESC_DONE_FLAG, &hdr->flags); |
1218 | 1218 | ||
1219 | ntb_ring_sdb(qp->ndev, qp->qp_num); | 1219 | ntb_ring_doorbell(qp->ndev, qp->qp_num); |
1220 | 1220 | ||
1221 | /* The entry length can only be zero if the packet is intended to be a | 1221 | /* The entry length can only be zero if the packet is intended to be a |
1222 | * "link down" or similar. Since no payload is being sent in these | 1222 | * "link down" or similar. Since no payload is being sent in these |