Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13891
b: refs/heads/master
c: 125d128
h: refs/heads/master
i:
  13889: 8e95ad0
  13887: d151fb0
v: v3
  • Loading branch information
Kumar Gala authored and Jeff Garzik committed Nov 11, 2005
1 parent a0e7458 commit 3ebf33e
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: 1387780f7dbaa8c770fbbbec3b2f42cd9adf1921
refs/heads/master: 125d128bec1bbf81be4c198243334a6153c0b023
2 changes: 1 addition & 1 deletion trunk/drivers/net/gianfar_mii.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ int gfar_mdio_probe(struct device *dev)
if (NULL == dev)
return -EINVAL;

new_bus = kmalloc(sizeof(struct mii_bus), GFP_KERNEL);
new_bus = kzalloc(sizeof(struct mii_bus), GFP_KERNEL);

if (NULL == new_bus)
return -ENOMEM;
Expand Down

0 comments on commit 3ebf33e

Please sign in to comment.