xen_hvc: no reason to write the type key on xenstore
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 12 Aug 2014 09:05:22 +0000 (10:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 01:23:45 +0000 (21:23 -0400)
commitfb498df0787db0fb10a4a2cf91d0d3da13cc18f7
tree309bff265041e1c04ed0030310c345d9375819b9
parent9137568e73c1d132bc786676d9c4e00b91a1c627
xen_hvc: no reason to write the type key on xenstore

The backend type is chosen by the toolstack. Regardless, the frontend
should not care, especially given that it cannot have an effect as the
backend is started before this code is run.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/hvc/hvc_xen.c