Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371003
b: refs/heads/master
c: ca0c1ff
h: refs/heads/master
i:
  371001: 0406b6c
  370999: 9af71a4
v: v3
  • Loading branch information
Andy Shevchenko authored and Wolfram Sang committed Apr 15, 2013
1 parent 4d68e32 commit 591b6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1cb715ca46946b1ad32735d11830a84a433f2b1b
refs/heads/master: ca0c1ff528a332e6f83d4566c2c8eb05b108c83c
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-designware-pcidrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static u32 i2c_dw_get_clk_rate_khz(struct dw_i2c_dev *dev)
}

static int i2c_dw_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *id)
const struct pci_device_id *id)
{
struct dw_i2c_dev *dev;
struct i2c_adapter *adap;
Expand All @@ -218,7 +218,7 @@ const struct pci_device_id *id)
struct dw_pci_controller *controller;

if (id->driver_data >= ARRAY_SIZE(dw_pci_controllers)) {
printk(KERN_ERR "dw_i2c_pci_probe: invalid driver data %ld\n",
dev_err(&pdev->dev, "%s: invalid driver data %ld\n", __func__,
id->driver_data);
return -EINVAL;
}
Expand Down

0 comments on commit 591b6f9

Please sign in to comment.