Skip to content

Commit

Permalink
Revert "pcie-brcmstb: Don't set DMA ops for root complex"
Browse files Browse the repository at this point in the history
This reverts commit 510a127.
  • Loading branch information
pelwell committed Mar 11, 2020
1 parent fd92bd8 commit de37aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/controller/pcie-brcmstb.c
Expand Up @@ -665,8 +665,8 @@ static int brcmstb_platform_notifier(struct notifier_block *nb,
ret);
return ret;
}
brcm_set_dma_ops(dev);
}
brcm_set_dma_ops(dev);
return NOTIFY_OK;

case BUS_NOTIFY_DEL_DEVICE:
Expand Down

0 comments on commit de37aab

Please sign in to comment.