Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261895
b: refs/heads/master
c: b1224cd
h: refs/heads/master
i:
  261893: bdb1ad2
  261891: 5bd9f26
  261887: 96e7d18
v: v3
  • Loading branch information
Jesper Juhl authored and Samuel Ortiz committed Jul 31, 2011
1 parent 4c1c533 commit 3261c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6daa663dc42957ca6c794a84fe07fa09f0273ff9
refs/heads/master: b1224cd113d4441edee4a58a1e2e428141247c0d
6 changes: 3 additions & 3 deletions trunk/drivers/mfd/tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ static int tps65910_i2c_probe(struct i2c_client *i2c,
if (init_data == NULL)
return -ENOMEM;

init_data->irq = pmic_plat_data->irq;
init_data->irq_base = pmic_plat_data->irq;

tps65910 = kzalloc(sizeof(struct tps65910), GFP_KERNEL);
if (tps65910 == NULL) {
kfree(init_data);
Expand All @@ -170,6 +167,9 @@ static int tps65910_i2c_probe(struct i2c_client *i2c,
if (ret < 0)
goto err;

init_data->irq = pmic_plat_data->irq;
init_data->irq_base = pmic_plat_data->irq;

tps65910_gpio_init(tps65910, pmic_plat_data->gpio_base);

ret = tps65910_irq_init(tps65910, init_data->irq, init_data);
Expand Down

0 comments on commit 3261c12

Please sign in to comment.