Skip to content

Commit

Permalink
mfd: add a core driver for TI TPS61050/TPS61052 chips v2
Browse files Browse the repository at this point in the history
The TPS61050/TPS61052 are boost converters, LED drivers, LED flash
drivers and a simple GPIO pin chips.

Cc: Liam Girdwood <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Jonas Aberg <[email protected]>
Cc: Ola Lilja <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw authored and Robert Marklund committed Oct 5, 2011
1 parent 4a59dce commit dc79511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/tps6105x.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ static int __devinit tps6105x_probe(struct i2c_client *client,
return 0;

fail:
i2c_set_clientdata(client, NULL);
kfree(tps6105x);
return ret;
}
Expand Down

0 comments on commit dc79511

Please sign in to comment.