Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335653
b: refs/heads/master
c: aa1e3e8
h: refs/heads/master
i:
  335651: 2971ef8
v: v3
  • Loading branch information
Guenter Roeck authored and Jean Delvare committed Nov 13, 2012
1 parent a1990ad commit cfd2962
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: d85c8a6ab2bb0ba067a2a72c63c3bd20e6788996
refs/heads/master: aa1e3e81e75ceb3d977c3292cefafcd5179eb8b8
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/muxes/i2c-mux-pinctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static int __devinit i2c_mux_pinctrl_probe(struct platform_device *pdev)
mux->busses = devm_kzalloc(&pdev->dev,
sizeof(mux->busses) * mux->pdata->bus_count,
GFP_KERNEL);
if (!mux->states) {
if (!mux->busses) {
dev_err(&pdev->dev, "Cannot allocate busses\n");
ret = -ENOMEM;
goto err;
Expand Down

0 comments on commit cfd2962

Please sign in to comment.