Re: [PATCH 3/3] pinctrl: qcom-spmi-mpp: Fix input value report

2015-04-28 Thread Linus Walleij
On Thu, Apr 9, 2015 at 5:18 PM, Ivan T. Ivanov wrote: > Fix interpretation of the pmic_mpp_read() return code, > negative value means an error. > > Signed-off-by: Ivan T. Ivanov Patch applied for fixes. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 3/3] pinctrl: qcom-spmi-mpp: Fix input value report

2015-04-28 Thread Linus Walleij
On Thu, Apr 9, 2015 at 5:18 PM, Ivan T. Ivanov ivan.iva...@linaro.org wrote: Fix interpretation of the pmic_mpp_read() return code, negative value means an error. Signed-off-by: Ivan T. Ivanov ivan.iva...@linaro.org Patch applied for fixes. Yours, Linus Walleij -- To unsubscribe from this

Re: [PATCH 3/3] pinctrl: qcom-spmi-mpp: Fix input value report

2015-04-09 Thread Bjorn Andersson
On Thu 09 Apr 08:18 PDT 2015, Ivan T. Ivanov wrote: > Fix interpretation of the pmic_mpp_read() return code, > negative value means an error. > > Signed-off-by: Ivan T. Ivanov > --- > drivers/pinctrl/qcom/pinctrl-spmi-mpp.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > >

[PATCH 3/3] pinctrl: qcom-spmi-mpp: Fix input value report

2015-04-09 Thread Ivan T. Ivanov
Fix interpretation of the pmic_mpp_read() return code, negative value means an error. Signed-off-by: Ivan T. Ivanov --- drivers/pinctrl/qcom/pinctrl-spmi-mpp.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-mpp.c

[PATCH 3/3] pinctrl: qcom-spmi-mpp: Fix input value report

2015-04-09 Thread Ivan T. Ivanov
Fix interpretation of the pmic_mpp_read() return code, negative value means an error. Signed-off-by: Ivan T. Ivanov ivan.iva...@linaro.org --- drivers/pinctrl/qcom/pinctrl-spmi-mpp.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

Re: [PATCH 3/3] pinctrl: qcom-spmi-mpp: Fix input value report

2015-04-09 Thread Bjorn Andersson
On Thu 09 Apr 08:18 PDT 2015, Ivan T. Ivanov wrote: Fix interpretation of the pmic_mpp_read() return code, negative value means an error. Signed-off-by: Ivan T. Ivanov ivan.iva...@linaro.org --- drivers/pinctrl/qcom/pinctrl-spmi-mpp.c | 9 + 1 file changed, 5 insertions(+), 4