Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41065
b: refs/heads/master
c: 0b1082e
h: refs/heads/master
i:
  41063: 5bd8c03
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Nov 23, 2006
1 parent c86b048 commit 34f6e21
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: 0916bd3ebb7cefdd0f432e8491abe24f4b5a101e
refs/heads/master: 0b1082efb92eedb28e982cfae526267ebdcf5622
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-ixp4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static int ixp4xx_i2c_probe(struct platform_device *plat_dev)
gpio_line_set(gpio->sda_pin, 0);

err = i2c_bit_add_bus(&drv_data->adapter);
if (err != 0)
if (err) {
printk(KERN_ERR "ERROR: Could not install %s\n", plat_dev->dev.bus_id);

kfree(drv_data);
Expand Down

0 comments on commit 34f6e21

Please sign in to comment.