At Wed, 15 Apr 2015 16:10:17 +0200,
Quentin Lambert wrote:
>
> Replace occurences of the pci api by appropriate call to the dma api.
>
> A simplified version of the semantic patch that finds this problem is as
> follows: (http://coccinelle.lip6.fr)
>
> @deprecated@
> idexpression id;
> position
Replace occurences of the pci api by appropriate call to the dma api.
A simplified version of the semantic patch that finds this problem is as
follows: (http://coccinelle.lip6.fr)
@deprecated@
idexpression id;
position p;
@@
(
pci_dma_supported@p ( id, ...)
|
pci_alloc_consistent@p ( id, ...
2 matches
Mail list logo