All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: tps65217: Staticise non-exported tps65217_update_bis()
@ 2012-05-09 20:18 Mark Brown
  2012-05-09 20:39 ` AnilKumar, Chimata
  2012-05-11 13:21 ` Samuel Ortiz
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2012-05-09 20:18 UTC (permalink / raw)
  To: Samuel Ortiz, AnilKumar Ch; +Cc: linux-kernel, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/mfd/tps65217.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c
index f7d854e..1c0fd2b 100644
--- a/drivers/mfd/tps65217.c
+++ b/drivers/mfd/tps65217.c
@@ -96,7 +96,7 @@ EXPORT_SYMBOL_GPL(tps65217_reg_write);
  * @val: Value to write.
  * @level: Password protected level
  */
-int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
+static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
 		unsigned int mask, unsigned int val, unsigned int level)
 {
 	int ret;
-- 
1.7.10


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

* RE: [PATCH] mfd: tps65217: Staticise non-exported tps65217_update_bis()
  2012-05-09 20:18 [PATCH] mfd: tps65217: Staticise non-exported tps65217_update_bis() Mark Brown
@ 2012-05-09 20:39 ` AnilKumar, Chimata
  2012-05-11 13:21 ` Samuel Ortiz
  1 sibling, 0 replies; 3+ messages in thread
From: AnilKumar, Chimata @ 2012-05-09 20:39 UTC (permalink / raw)
  To: Mark Brown, Samuel Ortiz; +Cc: linux-kernel

Hi Mark,

Thanks for the patch

Acked-by: AnilKumar Ch <anilkumar@ti.com>

On Thu, May 10, 2012 at 01:48:05, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/mfd/tps65217.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c
> index f7d854e..1c0fd2b 100644
> --- a/drivers/mfd/tps65217.c
> +++ b/drivers/mfd/tps65217.c
> @@ -96,7 +96,7 @@ EXPORT_SYMBOL_GPL(tps65217_reg_write);
>   * @val: Value to write.
>   * @level: Password protected level
>   */
> -int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
> +static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
>  		unsigned int mask, unsigned int val, unsigned int level)
>  {
>  	int ret;
> -- 
> 1.7.10
> 
> 


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

* Re: [PATCH] mfd: tps65217: Staticise non-exported tps65217_update_bis()
  2012-05-09 20:18 [PATCH] mfd: tps65217: Staticise non-exported tps65217_update_bis() Mark Brown
  2012-05-09 20:39 ` AnilKumar, Chimata
@ 2012-05-11 13:21 ` Samuel Ortiz
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2012-05-11 13:21 UTC (permalink / raw)
  To: Mark Brown; +Cc: AnilKumar Ch, linux-kernel

Hi Mark,

On Wed, May 09, 2012 at 09:18:05PM +0100, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/mfd/tps65217.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Patch applied, thanks.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

end of thread, other threads:[~2012-05-11 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-09 20:18 [PATCH] mfd: tps65217: Staticise non-exported tps65217_update_bis() Mark Brown
2012-05-09 20:39 ` AnilKumar, Chimata
2012-05-11 13:21 ` Samuel Ortiz

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.