Skip to content

Commit 91724e3

Browse files
committed
dmaengine: sdxi: Use sdxi_cxt_push_doorbell() to jump-start admin cxt
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 7761057 commit 91724e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/sdxi/device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ static int sdxi_fn_activate(struct sdxi_dev *sdxi)
258258
* admin context at this point, so the appropriate value for
259259
* the doorbell is 0.
260260
*/
261-
iowrite64(0, sdxi->admin_cxt->db);
261+
sdxi_cxt_push_doorbell(sdxi->admin_cxt, 0);
262262

263263
return 0;
264264
}

0 commit comments

Comments
 (0)