Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302084
b: refs/heads/master
c: 2431d0a
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed May 13, 2012
1 parent 43d2e83 commit 68aad33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8614419451d88bf99fff7f5e468fe45f8450891e
refs/heads/master: 2431d0a1d68aabefeee02b93971ee73e8b215697
2 changes: 2 additions & 0 deletions trunk/drivers/base/regmap/regmap-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags,
if (!d)
return -ENOMEM;

*data = d;

d->status_buf = kzalloc(sizeof(unsigned int) * chip->num_regs,
GFP_KERNEL);
if (!d->status_buf)
Expand Down

0 comments on commit 68aad33

Please sign in to comment.