lkml.org 
[lkml]   [2011]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateTue, 21 Jun 2011 12:43:47 +0100
FromDimitris Papastamos <>
SubjectRe: [PATCH 1/8] regmap: Add generic non-memory mapped register access API
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?

Thanks,
Dimitris


\
 
 \ /
  Last update: 2011-06-21 13:47    [from the cache]
©2003-2010