From c0423d6fa54495ad5c8d7c07084afdbe6961305c Mon Sep 17 00:00:00 2001 From: Kurt Kanzenbach Date: Fri, 22 Feb 2013 12:13:26 +0100 Subject: [PATCH] --- yaml --- r: 363334 b: refs/heads/master c: 5af7746f47cef58e1d2499e7a79fe3306c129269 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/usbip/userspace/libsrc/names.c | 2 +- trunk/drivers/staging/usbip/userspace/libsrc/usbip_common.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 84c4f081f57f..c9837d6e1159 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cbb86718ac50eaf56e98a14760d717e6c73b345e +refs/heads/master: 5af7746f47cef58e1d2499e7a79fe3306c129269 diff --git a/trunk/drivers/staging/usbip/userspace/libsrc/names.c b/trunk/drivers/staging/usbip/userspace/libsrc/names.c index 448d09d1d821..8fe932d996be 100644 --- a/trunk/drivers/staging/usbip/userspace/libsrc/names.c +++ b/trunk/drivers/staging/usbip/userspace/libsrc/names.c @@ -246,7 +246,7 @@ struct pool { void *mem; }; -static struct pool *pool_head = NULL; +static struct pool *pool_head; static void *my_malloc(size_t size) { diff --git a/trunk/drivers/staging/usbip/userspace/libsrc/usbip_common.c b/trunk/drivers/staging/usbip/userspace/libsrc/usbip_common.c index 154b4b1103ec..98dc3df5e1a6 100644 --- a/trunk/drivers/staging/usbip/userspace/libsrc/usbip_common.c +++ b/trunk/drivers/staging/usbip/userspace/libsrc/usbip_common.c @@ -8,9 +8,9 @@ #undef PROGNAME #define PROGNAME "libusbip" -int usbip_use_syslog = 0; -int usbip_use_stderr = 0; -int usbip_use_debug = 0; +int usbip_use_syslog; +int usbip_use_stderr; +int usbip_use_debug; struct speed_string { int num;