All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: tps6507x - remove incorrect comments
@ 2010-08-14 14:32 Axel Lin
  2010-08-15 13:47 ` Mark Brown
  2010-08-18 13:29 ` Liam Girdwood
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2010-08-14 14:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: Anuj Aggarwal, Liam Girdwood, Mark Brown

This driver is a platform driver, not a i2c driver.
Thus remove incorrect tps6507x_remove comments.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/tps6507x-regulator.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/drivers/regulator/tps6507x-regulator.c b/drivers/regulator/tps6507x-regulator.c
index c239f42..020f587 100644
--- a/drivers/regulator/tps6507x-regulator.c
+++ b/drivers/regulator/tps6507x-regulator.c
@@ -626,12 +626,6 @@ fail:
 	return error;
 }
 
-/**
- * tps6507x_remove - TPS6507x driver i2c remove handler
- * @client: i2c driver client device structure
- *
- * Unregister TPS driver as an i2c client device driver
- */
 static int __devexit tps6507x_pmic_remove(struct platform_device *pdev)
 {
 	struct tps6507x_dev *tps6507x_dev = platform_get_drvdata(pdev);
-- 
1.7.0.4




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

* Re: [PATCH] regulator: tps6507x - remove incorrect comments
  2010-08-14 14:32 [PATCH] regulator: tps6507x - remove incorrect comments Axel Lin
@ 2010-08-15 13:47 ` Mark Brown
  2010-08-18 13:29 ` Liam Girdwood
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-08-15 13:47 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Anuj Aggarwal, Liam Girdwood

On Sat, Aug 14, 2010 at 10:32:13PM +0800, Axel Lin wrote:
> This driver is a platform driver, not a i2c driver.
> Thus remove incorrect tps6507x_remove comments.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

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

* Re: [PATCH] regulator: tps6507x - remove incorrect comments
  2010-08-14 14:32 [PATCH] regulator: tps6507x - remove incorrect comments Axel Lin
  2010-08-15 13:47 ` Mark Brown
@ 2010-08-18 13:29 ` Liam Girdwood
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-08-18 13:29 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Anuj Aggarwal, Mark Brown

On Sat, 2010-08-14 at 22:32 +0800, Axel Lin wrote:
> This driver is a platform driver, not a i2c driver.
> Thus remove incorrect tps6507x_remove comments.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  drivers/regulator/tps6507x-regulator.c |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/regulator/tps6507x-regulator.c b/drivers/regulator/tps6507x-regulator.c
> index c239f42..020f587 100644
> --- a/drivers/regulator/tps6507x-regulator.c
> +++ b/drivers/regulator/tps6507x-regulator.c
> @@ -626,12 +626,6 @@ fail:
>  	return error;
>  }
>  
> -/**
> - * tps6507x_remove - TPS6507x driver i2c remove handler
> - * @client: i2c driver client device structure
> - *
> - * Unregister TPS driver as an i2c client device driver
> - */
>  static int __devexit tps6507x_pmic_remove(struct platform_device *pdev)
>  {
>  	struct tps6507x_dev *tps6507x_dev = platform_get_drvdata(pdev);

Applied.

Thanks

Liam
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk


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

end of thread, other threads:[~2010-08-18 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-14 14:32 [PATCH] regulator: tps6507x - remove incorrect comments Axel Lin
2010-08-15 13:47 ` Mark Brown
2010-08-18 13:29 ` Liam Girdwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.