Re: [PATCH] regulator: Fix a typo in regulator_mode_to_status() core function.

2012-07-12 Thread Mark Brown
On Thu, Jul 12, 2012 at 11:50:38AM +0100, Krystian Garbaciak wrote: > Case REGULATOR_STATUS_STANDBY -> REGULATOR_MODE_STANDBY. Gah, actually this was due to git am applying your two patches in the wrong order - applied now, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: Fix a typo in regulator_mode_to_status() core function.

2012-07-12 Thread Mark Brown
On Thu, Jul 12, 2012 at 11:50:38AM +0100, Krystian Garbaciak wrote: > Case REGULATOR_STATUS_STANDBY -> REGULATOR_MODE_STANDBY. > > Signed-off-by: Krystian Garbaciak This doesn't apply against -next (or the topic/core branch). Please check what's going on there. signature.asc Description: Digi

[PATCH] regulator: Fix a typo in regulator_mode_to_status() core function.

2012-07-12 Thread Krystian Garbaciak
Case REGULATOR_STATUS_STANDBY -> REGULATOR_MODE_STANDBY. Signed-off-by: Krystian Garbaciak --- drivers/regulator/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 09a737c..af44b94 100644 --- a/drivers/regula