[PATCH] serial/uartlite: Only enable port if request_port succeeded
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 22 Dec 2006 15:38:40 +0000 (16:38 +0100)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 22 Dec 2006 17:58:48 +0000 (09:58 -0800)
The uartlite driver used to always enable the port even if request_port
failed causing havoc. This patch fixes it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found