Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45308
b: refs/heads/master
c: 3269bb6
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Bizon authored and Jean Delvare committed Jan 5, 2007
1 parent 10738c8 commit 652a430
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: b119dc3f992183a04e508fc0a09f550eb19bf30e
refs/heads/master: 3269bb63eb076318ce4fb554851d047e1c9aa1a5
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-mv64xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ mv64xxx_i2c_probe(struct platform_device *pd)
platform_set_drvdata(pd, drv_data);
i2c_set_adapdata(&drv_data->adapter, drv_data);

mv64xxx_i2c_hw_init(drv_data);

if (request_irq(drv_data->irq, mv64xxx_i2c_intr, 0,
MV64XXX_I2C_CTLR_NAME, drv_data)) {
dev_err(&drv_data->adapter.dev,
Expand All @@ -542,8 +544,6 @@ mv64xxx_i2c_probe(struct platform_device *pd)
goto exit_free_irq;
}

mv64xxx_i2c_hw_init(drv_data);

return 0;

exit_free_irq:
Expand Down

0 comments on commit 652a430

Please sign in to comment.