public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: s5m8767: Fix unused variable warning in probe()
@ 2012-02-06 11:35 Mark Brown
  2012-02-07  9:12 ` Sangbeom Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2012-02-06 11:35 UTC (permalink / raw)
  To: Sangbeom Kim, Liam Girdwood; +Cc: linux-kernel, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/regulator/s5m8767.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c
index 5b00e5a..2fb2add 100644
--- a/drivers/regulator/s5m8767.c
+++ b/drivers/regulator/s5m8767.c
@@ -569,7 +569,7 @@ static __devinit int s5m8767_pmic_probe(struct platform_device *pdev)
 	struct regulator_dev **rdev;
 	struct s5m8767_info *s5m8767;
 	struct i2c_client *i2c;
-	int i, ret, size, reg;
+	int i, ret, size;
 
 	if (!pdata) {
 		dev_err(pdev->dev.parent, "Platform data not supplied\n");
-- 
1.7.9.rc1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] regulator: s5m8767: Fix unused variable warning in probe()
  2012-02-06 11:35 [PATCH] regulator: s5m8767: Fix unused variable warning in probe() Mark Brown
@ 2012-02-07  9:12 ` Sangbeom Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Sangbeom Kim @ 2012-02-07  9:12 UTC (permalink / raw)
  To: 'Mark Brown', 'Liam Girdwood'; +Cc: linux-kernel

On Monday, February 06, 2012 8:35 PM, Mark Brown wrote:

> Subject: [PATCH] regulator: s5m8767: Fix unused variable warning in
probe()
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/regulator/s5m8767.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
Acked-by: Sangbeom Kim <sbkim73@samsung.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-07  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 11:35 [PATCH] regulator: s5m8767: Fix unused variable warning in probe() Mark Brown
2012-02-07  9:12 ` Sangbeom Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox