[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160629.040958.299678054266027059.davem@davemloft.net>
Date: Wed, 29 Jun 2016 04:09:58 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: amitoj1606@...il.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
julia.lawall@...6.fr
Subject: Re: [PATCH] net: ethernet: tundra: Correct argument for
pci_free_consistent
From: Amitoj Kaur Chawla <amitoj1606@...il.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 <amitoj1606@...il.com>
This patch doesn't apply.
Powered by blists - more mailing lists