Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325363
b: refs/heads/master
c: 2cc412b
h: refs/heads/master
i:
  325361: d6522c8
  325359: b5db2bb
v: v3
  • Loading branch information
Kim, Milo authored and Jonathan Cameron committed Sep 15, 2012
1 parent f408518 commit 7845407
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: 7985e7c1003bc5cdfa20755f8cfdada946ed8e18
refs/heads/master: 2cc412b513f70ce914a3554a34917f7585a16f04
2 changes: 1 addition & 1 deletion trunk/drivers/iio/inkern.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct iio_channel *iio_channel_get(const char *name, const char *channel_name)
if (c == NULL)
return ERR_PTR(-ENODEV);

channel = kmalloc(sizeof(*channel), GFP_KERNEL);
channel = kzalloc(sizeof(*channel), GFP_KERNEL);
if (channel == NULL)
return ERR_PTR(-ENOMEM);

Expand Down

0 comments on commit 7845407

Please sign in to comment.