projects
/
wrapfs-4.14.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab53cf
)
Fix i2c-ixp4xx compilation breakage
author
Jean Delvare
<khali@linux-fr.org>
Fri, 24 Nov 2006 01:53:16 +0000
(
02:53
+0100)
committer
Adrian Bunk
<bunk@stusta.de>
Fri, 24 Nov 2006 01:53:16 +0000
(
02:53
+0100)
Fix recent i2c-ixp4xx compilation breakage. Sorry for overlooking it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/i2c/busses/i2c-ixp4xx.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-ixp4xx.c
b/drivers/i2c/busses/i2c-ixp4xx.c
index ab3c7673df7f637db64fdd8816be81f02b463035..8c506a399c348d28133d6dc445d5a4127e967b8c 100644
(file)
--- a/
drivers/i2c/busses/i2c-ixp4xx.c
+++ b/
drivers/i2c/busses/i2c-ixp4xx.c
@@
-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);