Re: [PATCH 11/13] pci: Create common pcibios_err_to_errno

2012-05-21 Thread Konrad Rzeszutek Wilk
On Fri, May 11, 2012 at 04:56:44PM -0600, Alex Williamson wrote: > For returning errors out to non-PCI code. Re-name xen's version. > > Signed-off-by: Alex Williamson Acked-by: Konrad Rzeszutek Wilk > --- > > drivers/xen/xen-pciback/conf_space.c |6 +++--- > include/linux/pci.h

[PATCH 11/13] pci: Create common pcibios_err_to_errno

2012-05-11 Thread Alex Williamson
For returning errors out to non-PCI code. Re-name xen's version. Signed-off-by: Alex Williamson --- drivers/xen/xen-pciback/conf_space.c |6 +++--- include/linux/pci.h | 26 ++ 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/driver