Re: pci: Arch hook to determine config space size
From: Greg KH (greg_at_kroah.com)
Date: 01/31/05
- Previous message: Brian King: "Re: pci: Arch hook to determine config space size"
- In reply to: Brian King: "Re: pci: Arch hook to determine config space size"
- Next in thread: Matthew Wilcox: "Re: pci: Arch hook to determine config space size"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Jan 2005 11:15:46 -0800 To: Brian King <brking@us.ibm.com>
On Mon, Jan 31, 2005 at 01:10:46PM -0600, Brian King wrote:
> +int pcibios_exp_cfg_space(struct pci_dev *dev) { return 1; }
> +
Kernel functions traditionally return 0 for success and -ESOMETHING for
error. Care to fix this up to match that convention?
thanks,
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Brian King: "Re: pci: Arch hook to determine config space size"
- In reply to: Brian King: "Re: pci: Arch hook to determine config space size"
- Next in thread: Matthew Wilcox: "Re: pci: Arch hook to determine config space size"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|