Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296844
b: refs/heads/master
c: 8dfc470
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Mar 6, 2012
1 parent 6131ea2 commit b20f1a9
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: 855cc454341c6ca1212bf86939f2f2a51ab54e18
refs/heads/master: 8dfc4705828178ae25f08ce774831e4c19de8e51
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/tps65912-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ int tps65912_device_init(struct tps65912 *tps65912)
goto err;

init_data->irq = pmic_plat_data->irq;
init_data->irq_base = pmic_plat_data->irq;
init_data->irq_base = pmic_plat_data->irq_base;
ret = tps65912_irq_init(tps65912, init_data->irq, init_data);
if (ret < 0)
goto err;
Expand Down

0 comments on commit b20f1a9

Please sign in to comment.