Re: [PATCH 66/88] hwmon: (sht15) Check return value of regulator_enable()

2013-03-19 Thread Luis Henriques
On Tue, Mar 19, 2013 at 03:00:49AM +, Ben Hutchings wrote: > On Thu, 2013-03-14 at 10:35 +, Luis Henriques wrote: > > 3.5.7.8 -stable review patch. If anyone has any objections, please let me > > know. > > > > -- > > > > From: Mark Brown > > > > commit 3e78080f81481aa8

Re: [PATCH 66/88] hwmon: (sht15) Check return value of regulator_enable()

2013-03-18 Thread Ben Hutchings
On Thu, 2013-03-14 at 10:35 +, Luis Henriques wrote: > 3.5.7.8 -stable review patch. If anyone has any objections, please let me > know. > > -- > > From: Mark Brown > > commit 3e78080f81481aa8340374d5a37ae033c1cf4272 upstream. > > Not having power is a pretty serious erro

[PATCH 66/88] hwmon: (sht15) Check return value of regulator_enable()

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Mark Brown commit 3e78080f81481aa8340374d5a37ae033c1cf4272 upstream. Not having power is a pretty serious error so check that we are able to enable the supply and error out if we can't. S