Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349061
b: refs/heads/master
c: 43a2bd4
h: refs/heads/master
i:
  349059: 92abde4
v: v3
  • Loading branch information
Laurent Navet authored and Wolfram Sang committed Jan 22, 2013
1 parent c8633f5 commit f1a0ef2
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: bfd059da9503e0091541285cb0481f66b95c0296
refs/heads/master: 43a2bd42d077de6ad40b00a2abfc4677e24d239c
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 @@ -167,7 +167,7 @@ static int i2c_mux_pinctrl_probe(struct platform_device *pdev)
}

mux->busses = devm_kzalloc(&pdev->dev,
sizeof(mux->busses) * mux->pdata->bus_count,
sizeof(*mux->busses) * mux->pdata->bus_count,
GFP_KERNEL);
if (!mux->busses) {
dev_err(&pdev->dev, "Cannot allocate busses\n");
Expand Down

0 comments on commit f1a0ef2

Please sign in to comment.