Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280800
b: refs/heads/master
c: a451eaf
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Greg Kroah-Hartman committed Dec 10, 2011
1 parent fbecc98 commit 84529b8
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: d5ca9db8f1dff76ef0021ed8c22c1e8fb20b4e49
refs/heads/master: a451eaf9c57feaacfd76226a06bd57c4b66a6ab3
2 changes: 1 addition & 1 deletion trunk/drivers/uwb/est.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int uwb_est_create(void)

uwb_est_size = 2;
uwb_est_used = 0;
uwb_est = kzalloc(uwb_est_size * sizeof(uwb_est[0]), GFP_KERNEL);
uwb_est = kcalloc(uwb_est_size, sizeof(uwb_est[0]), GFP_KERNEL);
if (uwb_est == NULL)
return -ENOMEM;

Expand Down

0 comments on commit 84529b8

Please sign in to comment.