Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236372
b: refs/heads/master
c: 7702c36
h: refs/heads/master
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Mar 11, 2011
1 parent 3511e9f commit 337f7e6
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: e49c459c33189cfc7cff581d3c2e7f0074835118
refs/heads/master: 7702c36072072427db2166cc6e68bfc52b4209bb
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ int PSSendOps(void *arg)
status = 1;
goto complete;
}
len = min(firmware->size, MAX_BDADDR_FORMAT_LENGTH - 1);
len = min_t(size_t, firmware->size, MAX_BDADDR_FORMAT_LENGTH - 1);
memcpy(config_bdaddr, firmware->data, len);
config_bdaddr[len] = '\0';
write_bdaddr(hdev,config_bdaddr,BDADDR_TYPE_STRING);
Expand Down

0 comments on commit 337f7e6

Please sign in to comment.