lkml.org 
[lkml]   [2016]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] net: ethernet: tundra: Correct argument for pci_free_consistent
From
From: Amitoj Kaur Chawla <amitoj1606@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 <amitoj1606@gmail.com>

This patch doesn't apply.

\
 
 \ /
  Last update: 2016-06-29 10:41    [W:0.047 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site