Re: [PATCH 5/5] fixing errors handling during pci_driver resume stage [serial]

2007-01-09 Thread Dmitriy Monakhov
Russell King <[EMAIL PROTECTED]> writes: > On Tue, Jan 09, 2007 at 12:01:58PM +0300, Dmitriy Monakhov wrote: >> serial pci drivers have to return correct error code during resume stage in >> case of errors. > > Sigh. *hate* *hate* *hate*. > >> diff --git a/drivers/serial/8250_pci.c b/drivers/seri

Re: [PATCH 5/5] fixing errors handling during pci_driver resume stage [serial]

2007-01-09 Thread Russell King
On Tue, Jan 09, 2007 at 12:01:58PM +0300, Dmitriy Monakhov wrote: > serial pci drivers have to return correct error code during resume stage in > case of errors. Sigh. *hate* *hate* *hate*. > diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c > index 52e2e64..e26e4a6 100644 > ---

[PATCH 5/5] fixing errors handling during pci_driver resume stage [serial]

2007-01-09 Thread Dmitriy Monakhov
serial pci drivers have to return correct error code during resume stage in case of errors. Signed-off-by: Dmitriy Monakhov <[EMAIL PROTECTED]> - diff --git a/drivers/parport/parport_serial.c b/drivers/parport/parport_serial.c index 78c0a26..1e14906 100644 --- a/drivers/parport/parport_serial.c