WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] tpmback compilation fix.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 22c30df92b11f37e1f266976d0667d7c8cb02783
# Parent  10a3d4fbd9b420f7a6e0e02bae068ff5a8f57cdf
tpmback compilation fix.
A small patch to fix some compilation problems and debugging output. 
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 10a3d4fbd9b4 -r 22c30df92b11 
linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c
--- a/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c        Wed Sep  7 
21:35:05 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c        Fri Sep  9 
08:56:14 2005
@@ -40,7 +40,6 @@
        u8 req_tag;
        u32 last_read;
        u8 flags;
-       ctrl_msg_t ctrl_msg;
        struct timer_list processing_timer;
 };
 
diff -r 10a3d4fbd9b4 -r 22c30df92b11 
linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c
--- a/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c Wed Sep  7 21:35:05 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c Fri Sep  9 08:56:14 2005
@@ -83,7 +83,7 @@
                            "event-channel", "%u", &evtchn, NULL);
        if (err) {
                xenbus_dev_error(be->dev, err,
-                                "reading %s/grant-id and event-channel",
+                                "reading %s/ring-ref and event-channel",
                                 be->frontpath);
                return;
        }

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] tpmback compilation fix., Xen patchbot -unstable <=