Displaying 2 results from an estimated 2 matches for "xen_strict_xenbus_quirk".
2012 Oct 15
1
[PATCH] xen/xenbus: silence GCC warning
...NULL;
 }
+
 /*
  * Certain older XenBus toolstack cannot handle reading values that are
  * not populated. Some Xen 3.4 installation are incapable of doing this
  * so if we are running on anything older than 4 do not attempt to read
  * control/platform-feature-xs_reset_watches.
  */
-static bool xen_strict_xenbus_quirk()
+static bool xen_strict_xenbus_quirk(void)
 {
 	uint32_t eax, ebx, ecx, edx, base;
 
@@ -635,8 +636,8 @@ static bool xen_strict_xenbus_quirk()
 	if ((eax >> 16) < 4)
 		return true;
 	return false;
-
 }
+
 static void xs_reset_watches(void)
 {
 	int err, supported = 0;
-- 
1.7.11.7
2012 Oct 15
1
[PATCH] xen/xenbus: silence GCC warning
...NULL;
 }
+
 /*
  * Certain older XenBus toolstack cannot handle reading values that are
  * not populated. Some Xen 3.4 installation are incapable of doing this
  * so if we are running on anything older than 4 do not attempt to read
  * control/platform-feature-xs_reset_watches.
  */
-static bool xen_strict_xenbus_quirk()
+static bool xen_strict_xenbus_quirk(void)
 {
 	uint32_t eax, ebx, ecx, edx, base;
 
@@ -635,8 +636,8 @@ static bool xen_strict_xenbus_quirk()
 	if ((eax >> 16) < 4)
 		return true;
 	return false;
-
 }
+
 static void xs_reset_watches(void)
 {
 	int err, supported = 0;
-- 
1.7.11.7