Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296835
b: refs/heads/master
c: d1b5c5e
h: refs/heads/master
i:
  296833: 2858aba
  296831: 9a955b4
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Mar 6, 2012
1 parent b2a7d66 commit a1cc5bb
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: d6255529b2639de542324f314b93939b7996a7c5
refs/heads/master: d1b5c5e2351c5d30327f77226daab21ce9ef427f
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/mfd-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int mfd_add_devices(struct device *parent, int id,
atomic_t *cnts;

/* initialize reference counting for all cells */
cnts = kcalloc(sizeof(*cnts), n_devs, GFP_KERNEL);
cnts = kcalloc(n_devs, sizeof(*cnts), GFP_KERNEL);
if (!cnts)
return -ENOMEM;

Expand Down

0 comments on commit a1cc5bb

Please sign in to comment.