|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] fix xenbus_scanf called with NULL instead of XBT_NULL.
# HG changeset patch
# User vhanquez@xxxxxxxxxxxxxxxxxxxxxxx
# Node ID f3ce4d76650c3e170197255e183ecfd2fabe381e
# Parent 7eaa8d1a4ea0c697ddcc7d7e07d206bac5a8306b
fix xenbus_scanf called with NULL instead of XBT_NULL.
Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx>
diff -r 7eaa8d1a4ea0 -r f3ce4d76650c
linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c
--- a/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c Mon Jan 16
21:43:17 2006
+++ b/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c Mon Jan 16
21:48:24 2006
@@ -364,7 +364,7 @@
struct tpmfront_info *info;
int handle;
- err = xenbus_scanf(NULL, dev->nodename,
+ err = xenbus_scanf(XBT_NULL, dev->nodename,
"handle", "%i", &handle);
if (XENBUS_EXIST_ERR(err))
return err;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] fix xenbus_scanf called with NULL instead of XBT_NULL.,
Xen patchbot -unstable <=
|
|
|
|
|