Re: [PATCH 2/2] mfd: max77693: Init max77693->dev before using it

2013-01-21 Thread Samuel Ortiz
Hi Axel, On Tue, Dec 25, 2012 at 12:28:36AM +0800, Axel Lin wrote: > Current code uses max77693->dev in the dev_err call before setting it to > &i2c->dev. Fix it. > > This patch also includes below cleanups: > - Move checking pdata earlier and show dev_err if no platform data found. > - Remove

[PATCH 2/2] mfd: max77693: Init max77693->dev before using it

2012-12-24 Thread Axel Lin
Current code uses max77693->dev in the dev_err call before setting it to &i2c->dev. Fix it. This patch also includes below cleanups: - Move checking pdata earlier and show dev_err if no platform data found. - Remove unnecessary err_regmap goto label. - Unregister i2c devices if regmap init for