Re: [PATCHv2] Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.cocci

2018-08-19 Thread Masahiro Yamada
2018-08-18 22:51 GMT+09:00 zhong jiang : > Because pci_alloc_consistent has been deprecated. We prefer to use > dma_alloc_coherent directly. Therefore, we should remove pci_alloc_consistent > to increase the confidence. > > Acked-by: Julia Lawall > Acked-by: Himanshu Jha > Signed-off-by: zhong

Re: [PATCHv2] Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.cocci

2018-08-19 Thread Masahiro Yamada
2018-08-18 22:51 GMT+09:00 zhong jiang : > Because pci_alloc_consistent has been deprecated. We prefer to use > dma_alloc_coherent directly. Therefore, we should remove pci_alloc_consistent > to increase the confidence. > > Acked-by: Julia Lawall > Acked-by: Himanshu Jha > Signed-off-by: zhong

[PATCHv2] Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.cocci

2018-08-18 Thread zhong jiang
Because pci_alloc_consistent has been deprecated. We prefer to use dma_alloc_coherent directly. Therefore, we should remove pci_alloc_consistent to increase the confidence. Acked-by: Julia Lawall Acked-by: Himanshu Jha Signed-off-by: zhong jiang --- v1->v2: - fix some spelling mistakes.

[PATCHv2] Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.cocci

2018-08-18 Thread zhong jiang
Because pci_alloc_consistent has been deprecated. We prefer to use dma_alloc_coherent directly. Therefore, we should remove pci_alloc_consistent to increase the confidence. Acked-by: Julia Lawall Acked-by: Himanshu Jha Signed-off-by: zhong jiang --- v1->v2: - fix some spelling mistakes.