]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/hvc: Collapse error logic.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 23 May 2012 16:53:11 +0000 (12:53 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 23 May 2012 18:19:38 +0000 (14:19 -0400)
commitc7cc6c079d0b3675b5889ca537d6660b1d1a2d85
tree27776dcfbc337f0ebf03d565f872309ee2c99dd8
parent8721f66f644394c2779069e56261be5a6ea09ef9
xen/hvc: Collapse error logic.

All of the error paths are doing the same logic. In which
case we might as well collapse them in one path.

CC: stable@kernel.org
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/tty/hvc/hvc_xen.c