From: Amitoj Kaur Chawla <amitoj1...@gmail.com> Date: Mon, 27 Jun 2016 14:34:50 +0530
> pci_free_consistent's argument 'struct pci_dev' should be NULL not 0. > > The Coccinelle semantic patch used to make this change is as follows: > @@ > @@ > > pci_free_consistent( > - 0 > + NULL > , ...) > > Signed-off-by: Amitoj Kaur Chawla <amitoj1...@gmail.com> This patch doesn't apply.