Re: [PATCH 1/8] regmap: Add generic non-memory mapped registeraccess API

From: Mark Brown
Date: Tue Jun 21 2011 - 08:07:26 EST


On Tue, Jun 21, 2011 at 12:43:47PM +0100, Dimitris Papastamos wrote:
> On Mon, Jun 20, 2011 at 01:54:42PM +0100, Mark Brown wrote:

> > +static int _regmap_raw_write(struct regmap *map, unsigned int reg,
> > + const void *val, size_t val_len)
> > +{
> > + void *buf;
> > + int ret = -ENOTSUPP;
> > + int len;

> size_t for len?

Yes.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/