From: Shailendra Verma Date: Wed, 27 May 2015 00:55:57 +0000 (+0530) Subject: ray_cs: Change 1 to true for bool type variable. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fa2ab6971844141add8d98a73a0a9679f9067bb5;p=linux-beck.git ray_cs: Change 1 to true for bool type variable. The variable translate is bool type. So assigning true instead of 1. Signed-off-by: Shailendra Verma Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ray_cs.c b/drivers/net/wireless/ray_cs.c index 477f86354dc5..0881ba8535f4 100644 --- a/drivers/net/wireless/ray_cs.c +++ b/drivers/net/wireless/ray_cs.c @@ -143,7 +143,7 @@ static int psm; static char *essid; /* Default to encapsulation unless translation requested */ -static bool translate = 1; +static bool translate = true; static int country = USA;