lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 20 Oct 2009 00:26:37 +0200
From:	Samuel Ortiz <sameo@...ux.intel.com>
To:	"Hennerich, Michael" <Michael.Hennerich@...log.com>
Cc:	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Mike Frysinger <vapier@...too.org>,
	Bryan Wu <cooloney@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mfd: Staticise __adp5520_ack_bits()

On Mon, Oct 19, 2009 at 04:09:07PM +0100, Hennerich, Michael wrote:
> >From: Mark Brown [mailto:broonie@...nsource.wolfsonmicro.com]
> >The function is not exported as the __ indicates. __
> >
> >Signed-off-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
> 
> 
> Acked-by: Michael Hennerich <michael.hennerich@...log.com>
Thanks guys, applied to my for-next branch.

Cheers,
Samuel.
 
> 
> >---
> > drivers/mfd/adp5520.c |    3 ++-
> > 1 files changed, 2 insertions(+), 1 deletions(-)
> >
> >diff --git a/drivers/mfd/adp5520.c b/drivers/mfd/adp5520.c
> >index 401a9b6..b266447 100644
> >--- a/drivers/mfd/adp5520.c
> >+++ b/drivers/mfd/adp5520.c
> >@@ -66,7 +66,8 @@ static int __adp5520_write(struct i2c_client *client,
> > 	return 0;
> > }
> >
> >-int __adp5520_ack_bits(struct i2c_client *client, int reg, uint8_t
> bit_mask)
> >+static int __adp5520_ack_bits(struct i2c_client *client, int reg,
> >+			      uint8_t bit_mask)
> > {
> > 	struct adp5520_chip *chip = i2c_get_clientdata(client);
> > 	uint8_t reg_val;
> >--
> >1.6.5
> 
> -Michael

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists