On Tue, Feb 10, 2015 at 12:58:38PM -0500, Benjamin Romer wrote: > From: Erik Arfvidson <erik.arfvidson@xxxxxxxxxx> > > this patch changes variable registered from bool to int > > Signed-off-by: Erik Arfvidson <erik.arfvidson@xxxxxxxxxx> > Signed-off-by: Benjamin Romer <benjamin.romer@xxxxxxxxxx> > --- > drivers/staging/unisys/visorchipset/file.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/staging/unisys/visorchipset/file.c b/drivers/staging/unisys/visorchipset/file.c > index e51fd4e..0e1bb93 100644 > --- a/drivers/staging/unisys/visorchipset/file.c > +++ b/drivers/staging/unisys/visorchipset/file.c > @@ -31,7 +31,7 @@ > static struct cdev file_cdev; > static struct visorchannel **file_controlvm_channel; > static dev_t majordev = -1; /**< indicates major num for device */ > -static BOOL registered = FALSE; > +static int registered; Same here, just make this 'bool' and use true and false. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel