4 Jun
2012
4 Jun
'12
12:48 p.m.
On Monday 04 June 2012 04:05 PM, Mark Brown wrote:
On Fri, Jun 01, 2012 at 10:21:54PM +0530, MR.Swami.Reddy@ti.com wrote:
o Used dev_get_regmap and devm_regmap_init_i2c APIs.
This looks mostly good so I've applied it but please send an incremental patch to remove the use of regmap_exit() - the major point of devm_ APIs is that you don't need to explicitly clean things up, removing a class of potential leaks.
Thank you. I will remove the regmap_exit() and send the next patch soon. Plz confirm, do I need to send full patch or only removing part for regmap_exit()?
Thanks Swami