From 763723cc3fc373b29ce3b83c2dae5a7c75901512 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:03:05 +0100 Subject: device/cirbuf.c: use boolean instead of an int * device/cirbuf.c (cb_check_enable): Use boolean instead of an int. --- device/cirbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device/cirbuf.c') diff --git a/device/cirbuf.c b/device/cirbuf.c index 7af2d7a..292b888 100644 --- a/device/cirbuf.c +++ b/device/cirbuf.c @@ -42,7 +42,7 @@ /* if c_cl == c_cf - 1, buffer is full */ #if DEBUG -int cb_check_enable = 0; +boolean_t cb_check_enable = FALSE; #define CB_CHECK(cb) if (cb_check_enable) cb_check(cb) void -- cgit v1.2.3