]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ray_cs: Change 1 to true for bool type variable.
authorShailendra Verma <shailendra.capricorn@gmail.com>
Wed, 27 May 2015 00:55:57 +0000 (06:25 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 2 Jun 2015 20:30:14 +0000 (23:30 +0300)
The variable translate is bool type. So assigning true instead of 1.

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ray_cs.c

index 477f86354dc5a7ff8a324717a16093cd9fc55f81..0881ba8535f4e11bec61d029dc58f29a7f0c4500 100644 (file)
@@ -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;