Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317365
b: refs/heads/master
c: e64fb55
h: refs/heads/master
i:
  317363: dc56597
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 14, 2012
1 parent a5311fe commit 6e9ccda
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: 3e189f08ef81e27aeccd2c2fb55175451f9faa71
refs/heads/master: e64fb55b1a519a7d0fda51f40ab668830d6475ac
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/8255.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ int subdev_8255_init(struct comedi_device *dev, struct comedi_subdevice *s,
{
struct subdev_8255_private *spriv;

spriv = kmalloc(sizeof(*spriv), GFP_KERNEL);
spriv = kzalloc(sizeof(*spriv), GFP_KERNEL);
if (!spriv)
return -ENOMEM;

Expand Down

0 comments on commit 6e9ccda

Please sign in to comment.