]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] char: mxser_new, check request_region retvals
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:17 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:53 +0000 (08:28 -0800)
commit604ce22c50f10bd099b238b3dde5388e011813f1
tree18e1a4f4dbdb2dced1875f2d6411eb3ec3c257bc
parentf2ce5434af6af351cfbbde369557de3121389666
[PATCH] char: mxser_new, check request_region retvals

mxser_new, check request_region retvals

Return values of (pci_)request_region should be checked and error should be
returned if something is in bad state.

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