Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288168
b: refs/heads/master
c: d5f39d3
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Feb 23, 2012
1 parent 1bd3bec commit 3958d25
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: 81b5482c32769abb6dfb979560dab2f952ba86fa
refs/heads/master: d5f39d3862a2f3620db10cc0c3f329f0d6f1f596
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 3958d25

Please sign in to comment.