commit | 7a7a5c3303a66c9000f270d6dd03ddeda8c80768 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Fri Dec 08 02:38:17 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Dec 08 08:28:53 2006 -0800 |
tree | 18e1a4f4dbdb2dced1875f2d6411eb3ec3c257bc | |
parent | 596280156afa99cb02f2193e0e06e6e4f2434f30 [diff] |
[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>