direct-io.hg
changeset 6697:22c30df92b11
tpmback compilation fix.
A small patch to fix some compilation problems and debugging output.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
A small patch to fix some compilation problems and debugging output.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Fri Sep 09 08:56:14 2005 +0000 (2005-09-09) |
parents | 10a3d4fbd9b4 |
children | 2704a88c3295 |
files | linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c Wed Sep 07 21:35:05 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c Fri Sep 09 08:56:14 2005 +0000 1.3 @@ -40,7 +40,6 @@ struct packet { 1.4 u8 req_tag; 1.5 u32 last_read; 1.6 u8 flags; 1.7 - ctrl_msg_t ctrl_msg; 1.8 struct timer_list processing_timer; 1.9 }; 1.10
2.1 --- a/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c Wed Sep 07 21:35:05 2005 +0000 2.2 +++ b/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c Fri Sep 09 08:56:14 2005 +0000 2.3 @@ -83,7 +83,7 @@ static void frontend_changed(struct xenb 2.4 "event-channel", "%u", &evtchn, NULL); 2.5 if (err) { 2.6 xenbus_dev_error(be->dev, err, 2.7 - "reading %s/grant-id and event-channel", 2.8 + "reading %s/ring-ref and event-channel", 2.9 be->frontpath); 2.10 return; 2.11 }