Re: [PATCH] regulator: tps65090: Fix tps65090 crash on Tegra Dalmore

2014-05-01 Thread Stephen Warren
On 05/01/2014 12:50 PM, Doug Anderson wrote: > The patch (60e91b5 regulator: tps65090: Allow setting the overcurrent > wait time) introduced a crash on Tegra Dalmore. On Dalmore the device > tree doesn't have an entry for all of the FETs so it leaves tps_pdata > NULL in some cases. Add a check

[PATCH] regulator: tps65090: Fix tps65090 crash on Tegra Dalmore

2014-05-01 Thread Doug Anderson
The patch (60e91b5 regulator: tps65090: Allow setting the overcurrent wait time) introduced a crash on Tegra Dalmore. On Dalmore the device tree doesn't have an entry for all of the FETs so it leaves tps_pdata NULL in some cases. Add a check for NULL like the rest of the code does.

[PATCH] regulator: tps65090: Fix tps65090 crash on Tegra Dalmore

2014-05-01 Thread Doug Anderson
The patch (60e91b5 regulator: tps65090: Allow setting the overcurrent wait time) introduced a crash on Tegra Dalmore. On Dalmore the device tree doesn't have an entry for all of the FETs so it leaves tps_pdata NULL in some cases. Add a check for NULL like the rest of the code does.

Re: [PATCH] regulator: tps65090: Fix tps65090 crash on Tegra Dalmore

2014-05-01 Thread Stephen Warren
On 05/01/2014 12:50 PM, Doug Anderson wrote: The patch (60e91b5 regulator: tps65090: Allow setting the overcurrent wait time) introduced a crash on Tegra Dalmore. On Dalmore the device tree doesn't have an entry for all of the FETs so it leaves tps_pdata NULL in some cases. Add a check for