Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355559
b: refs/heads/master
c: 5b26c94
h: refs/heads/master
i:
  355557: 5e353c5
  355555: 9180e3b
  355551: bab0af4
v: v3
  • Loading branch information
Venu Byravarasu authored and Stephen Warren committed Jan 28, 2013
1 parent 6af219d commit a1d18ae
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: 16a665f805532ef3e3ff98fdbe0029dfee02df62
refs/heads/master: 5b26c94cdc1a201f3ae1aa75bf8963da53e1aa71
2 changes: 1 addition & 1 deletion trunk/drivers/usb/phy/tegra_usb_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ struct tegra_usb_phy *tegra_usb_phy_open(struct device *dev, int instance,
int i;
int err;

phy = kmalloc(sizeof(struct tegra_usb_phy), GFP_KERNEL);
phy = kzalloc(sizeof(struct tegra_usb_phy), GFP_KERNEL);
if (!phy)
return ERR_PTR(-ENOMEM);

Expand Down

0 comments on commit a1d18ae

Please sign in to comment.