Skip to content

Commit

Permalink
ray_cs: Change 1 to true for bool type variable.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shailendra Verma authored and Kalle Valo committed Jun 2, 2015
1 parent 57670ee commit fa2ab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ray_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fa2ab69

Please sign in to comment.