Re: [PATCH 05/17] pci: advanced error reporting stub return values

2007-05-10 Thread Stephen Hemminger
On Tue, 08 May 2007 20:49:54 -0700 Stephen Hemminger <[EMAIL PROTECTED]> wrote: > The stubs for advanced PCI error reporting are wrong. They don't > match the function return values. This breaks compilation for any > driver that tries to use these functions (that's the next sky2 patch). > > Signe

[PATCH 05/17] pci: advanced error reporting stub return values

2007-05-08 Thread Stephen Hemminger
The stubs for advanced PCI error reporting are wrong. They don't match the function return values. This breaks compilation for any driver that tries to use these functions (that's the next sky2 patch). Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- sky2.orig/include/linux/aer.h 20