[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] xen/fbfront: fix regression from c/s 1068
# HG changeset patch # User Jan Beulich <jbeulich@xxxxxxxxxx> # Date 1299061468 0 # Node ID 9e1f69c2e9560cf9f4b4a22bd24556b6f6eb225a # Parent 23270e45ef1e26df9930ade7747aef0273b751a1 xen/fbfront: fix regression from c/s 1068 Unfortunately we managed to not catch in our automatic testing this oversight during the porting of the corresponding pv-ops patch (info->irq now getting set later, which doesn't matter for pv-ops as that has the event channel at hand). Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- diff -r 23270e45ef1e -r 9e1f69c2e956 drivers/xen/fbfront/xenfb.c --- a/drivers/xen/fbfront/xenfb.c Fri Feb 25 11:31:57 2011 +0000 +++ b/drivers/xen/fbfront/xenfb.c Wed Mar 02 10:24:28 2011 +0000 @@ -757,7 +757,7 @@ if (ret) goto error_xenbus; ret = xenbus_printf(xbt, dev->nodename, "event-channel", "%u", - irq_to_evtchn_port(info->irq)); + irq_to_evtchn_port(irq)); if (ret) goto error_xenbus; ret = xenbus_printf(xbt, dev->nodename, "protocol", "%s", _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog |
Lists.xenproject.org is hosted with RackSpace, monitoring our |