Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156359
b: refs/heads/master
c: b929c63
h: refs/heads/master
i:
  156357: 6acff9e
  156355: a0faa6d
  156351: 9d7f6da
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Aug 3, 2009
1 parent 674a5f0 commit 54f3e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f9857bb5e147b977b9878c46e3dd87c9e8caf50
refs/heads/master: b929c633b4067be18a335d278a66fd5deef3cabe
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/11d.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static u8 lbs_region_2_code(u8 *region)
{
u8 i;

for (i = 0; region[i] && i < COUNTRY_CODE_LEN; i++)
for (i = 0; i < COUNTRY_CODE_LEN && region[i]; i++)
region[i] = toupper(region[i]);

for (i = 0; i < ARRAY_SIZE(region_code_mapping); i++) {
Expand Down

0 comments on commit 54f3e0f

Please sign in to comment.