Re: [PATCH v2 3/4] regulator: fixed: Use gpio_is_valid

2014-11-03 Thread Markus Pargmann
On Mon, Oct 13, 2014 at 04:47:33PM +0200, Mark Brown wrote: > On Wed, Oct 08, 2014 at 03:47:07PM +0200, Markus Pargmann wrote: > > Use gpio_is_valid instead of an explicit comparison with 0. > > > > Signed-off-by: Markus Pargmann > > --- > > drivers/regulator/fixed.c | 2 +- > > 1 file changed,

Re: [PATCH v2 3/4] regulator: fixed: Use gpio_is_valid

2014-11-03 Thread Markus Pargmann
On Mon, Oct 13, 2014 at 04:47:33PM +0200, Mark Brown wrote: On Wed, Oct 08, 2014 at 03:47:07PM +0200, Markus Pargmann wrote: Use gpio_is_valid instead of an explicit comparison with 0. Signed-off-by: Markus Pargmann m...@pengutronix.de --- drivers/regulator/fixed.c | 2 +- 1 file

Re: [PATCH v2 3/4] regulator: fixed: Use gpio_is_valid

2014-10-13 Thread Mark Brown
On Wed, Oct 08, 2014 at 03:47:07PM +0200, Markus Pargmann wrote: > Use gpio_is_valid instead of an explicit comparison with 0. > > Signed-off-by: Markus Pargmann > --- > drivers/regulator/fixed.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/regulator/fixed.c

Re: [PATCH v2 3/4] regulator: fixed: Use gpio_is_valid

2014-10-13 Thread Mark Brown
On Wed, Oct 08, 2014 at 03:47:07PM +0200, Markus Pargmann wrote: Use gpio_is_valid instead of an explicit comparison with 0. Signed-off-by: Markus Pargmann m...@pengutronix.de --- drivers/regulator/fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 3/4] regulator: fixed: Use gpio_is_valid

2014-10-08 Thread Markus Pargmann
Use gpio_is_valid instead of an explicit comparison with 0. Signed-off-by: Markus Pargmann --- drivers/regulator/fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 441a3e90e266..696f53cc1927 100644 ---

[PATCH v2 3/4] regulator: fixed: Use gpio_is_valid

2014-10-08 Thread Markus Pargmann
Use gpio_is_valid instead of an explicit comparison with 0. Signed-off-by: Markus Pargmann m...@pengutronix.de --- drivers/regulator/fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 441a3e90e266..696f53cc1927