Re: [PATCH] /drivers/char/serial.c cleanup

2001-03-05 Thread tytso
Date: Mon, 5 Mar 2001 15:37:04 +0300 From: Andrey Panin <[EMAIL PROTECTED]> I already sent this patch some days ago, but didn't get an answer :( So, i'm trying to resubmit it. Thanks for submitting it; the general idea of the patch looks good, but as prumpf pointed out, the test for

Re: [PATCH] /drivers/char/serial.c cleanup

2001-03-05 Thread Andrey Panin
On Mon, Mar 05, 2001 at 06:48:29AM -0600, Philipp Rumpf wrote: > On Mon, Mar 05, 2001 at 03:37:04PM +0300, Andrey Panin wrote: > > Attached patch (2.4.2-ac11) makes some changes in serial driver: > > adds ioremap() return code checks, removes panic() calls > > and adds better error handling in sta

Re: [PATCH] /drivers/char/serial.c cleanup

2001-03-05 Thread Philipp Rumpf
On Mon, Mar 05, 2001 at 03:37:04PM +0300, Andrey Panin wrote: > Attached patch (2.4.2-ac11) makes some changes in serial driver: > adds ioremap() return code checks, removes panic() calls > and adds better error handling in start_pci_pnp_board() function. Did you test it ? > diff -u /linux.vanil

[PATCH] /drivers/char/serial.c cleanup

2001-03-05 Thread Andrey Panin
Hi all, I already sent this patch some days ago, but didn't get an answer :( So, i'm trying to resubmit it. Attached patch (2.4.2-ac11) makes some changes in serial driver: adds ioremap() return code checks, removes panic() calls and adds better error handling in start_pci_pnp_board() function.