Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126951
b: refs/heads/master
c: 22e965c
h: refs/heads/master
i:
  126949: 669aa5c
  126947: d42dfb2
  126943: 487a13e
v: v3
  • Loading branch information
Jean Delvare committed Jan 7, 2009
1 parent 5afe45e commit e0e0bb0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 27d9c1838f65cc5a48d7a3e9aed85271e7a2bec8
refs/heads/master: 22e965c2aeb3e636831c8b28f9d7d8e25199891e
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-pxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1076,10 +1076,10 @@ static int i2c_pxa_probe(struct platform_device *dev)

#ifdef CONFIG_I2C_PXA_SLAVE
printk(KERN_INFO "I2C: %s: PXA I2C adapter, slave address %d\n",
i2c->adap.dev.bus_id, i2c->slave_addr);
dev_name(&i2c->adap.dev), i2c->slave_addr);
#else
printk(KERN_INFO "I2C: %s: PXA I2C adapter\n",
i2c->adap.dev.bus_id);
dev_name(&i2c->adap.dev));
#endif
return 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ static int s3c24xx_i2c_probe(struct platform_device *pdev)

platform_set_drvdata(pdev, i2c);

dev_info(&pdev->dev, "%s: S3C I2C adapter\n", i2c->adap.dev.bus_id);
dev_info(&pdev->dev, "%s: S3C I2C adapter\n", dev_name(&i2c->adap.dev));
return 0;

err_cpufreq:
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-sh_mobile.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ static int sh_mobile_i2c_hook_irqs(struct platform_device *dev, int hook)
while ((res = platform_get_resource(dev, IORESOURCE_IRQ, k))) {
for (n = res->start; hook && n <= res->end; n++) {
if (request_irq(n, sh_mobile_i2c_isr, IRQF_DISABLED,
dev->dev.bus_id, dev))
dev_name(&dev->dev), dev))
goto rollback;
}
k++;
Expand Down

0 comments on commit e0e0bb0

Please sign in to comment.