All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tpmback compilation fix
@ 2005-09-08 18:35 Stefan Berger
  2005-09-09  8:56 ` Christian Limpach
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Berger @ 2005-09-08 18:35 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 122 bytes --]

A small patch to fix some compilation problems and debugging output.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>



[-- Attachment #1.2: Type: text/html, Size: 229 bytes --]

[-- Attachment #2: tpmback.patch --]
[-- Type: application/octet-stream, Size: 1033 bytes --]

Index: root/xen-unstable.hg/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c
===================================================================
--- root.orig/xen-unstable.hg/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c
+++ root/xen-unstable.hg/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c
@@ -40,7 +40,6 @@ struct packet {
 	u8 req_tag;
 	u32 last_read;
 	u8 flags;
-	ctrl_msg_t ctrl_msg;
 	struct timer_list processing_timer;
 };
 
Index: root/xen-unstable.hg/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c
===================================================================
--- root.orig/xen-unstable.hg/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c
+++ root/xen-unstable.hg/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c
@@ -83,7 +83,7 @@ static void frontend_changed(struct xenb
 			    "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;
 	}

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] tpmback compilation fix
  2005-09-08 18:35 [PATCH] tpmback compilation fix Stefan Berger
@ 2005-09-09  8:56 ` Christian Limpach
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Limpach @ 2005-09-09  8:56 UTC (permalink / raw)
  To: Stefan Berger; +Cc: xen-devel

Thanks!

On 9/8/05, Stefan Berger <stefanb@us.ibm.com> wrote:
> 
> A small patch to fix some compilation problems and debugging output. 
> 
> Signed-off-by: Stefan Berger <stefanb@us.ibm.com> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
> 
> 
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-09  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 18:35 [PATCH] tpmback compilation fix Stefan Berger
2005-09-09  8:56 ` Christian Limpach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.