You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'merge'
This commit is contained in:
+1
-1
@@ -1268,7 +1268,7 @@ static void set_dma_cmds(struct mesh_state *ms, struct scsi_cmnd *cmd)
|
||||
if (cmd->use_sg > 0) {
|
||||
int nseg;
|
||||
total = 0;
|
||||
scl = (struct scatterlist *) cmd->buffer;
|
||||
scl = (struct scatterlist *) cmd->request_buffer;
|
||||
off = ms->data_ptr;
|
||||
nseg = pci_map_sg(ms->pdev, scl, cmd->use_sg,
|
||||
cmd->sc_data_direction);
|
||||
|
||||
Reference in New Issue
Block a user