[PATCH] Char: mxser_new, compress isa finding
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:27 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:54 +0000 (08:28 -0800)
commiteae4436a4e513f5f912dcc5dac79038f22fb6403
tree32f06f9f85f82446cd2e62df6542b2c2e54c115b
parentead568c9cdab2592abdbd1f023931665cc24b5db
[PATCH] Char: mxser_new, compress isa finding

ISA cards finding was too complex -- 2 (module params + predefined) absolutely
same routines, join them together with one for loop, one if and one indent
level.

Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mxser_new.c