Re: [PATCH] regulator: qcom_rpm: Fix FORCE_MODE_IS_2_BITS macro

2014-09-26 Thread Mark Brown
On Thu, Sep 25, 2014 at 10:17:29AM +0800, Axel Lin wrote: > Current code does not take the macro parameter, fix it. > This is not a problem at this moment because the only user actually passes > vreg to FORCE_MODE_IS_2_BITS(). Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: qcom_rpm: Fix FORCE_MODE_IS_2_BITS macro

2014-09-24 Thread Axel Lin
Current code does not take the macro parameter, fix it. This is not a problem at this moment because the only user actually passes vreg to FORCE_MODE_IS_2_BITS(). Signed-off-by: Axel Lin --- drivers/regulator/qcom_rpm-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git