[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix typos I introduced into tpmfront driver.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID b20219e27f92473589263d89576e1b045f3d1f6a # Parent d88e98fd4f7a6d007b3f905a1f3c36c53fd7427a Fix typos I introduced into tpmfront driver. diff -r d88e98fd4f7a -r b20219e27f92 linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c --- a/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c Thu Sep 29 22:44:34 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c Fri Sep 30 08:17:07 2005 @@ -293,9 +293,9 @@ tp->tx = NULL; } - if (tpm->irq) + if (tp->irq) unbind_evtchn_from_irqhandler(tp->irq, NULL); - tp->evtchn = tpm->irq = 0; + tp->evtchn = tp->irq = 0; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |