#ifndef STR_H #define STR_H #include "built_in.h" extern size_t strlcpy(char *dest, const char *src, size_t size); extern int slprintf(char *dst, size_t size, const char *fmt, ...) __check_format_printf(3, 4); extern int slprintf_nocheck(char *dst, size_t size, const char *fmt, ...); extern char *strtrim_right(char *p, char c); extern noinline void *xmemset(void *s, int c, size_t n); #endif /* STR_H */ git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-04-27 15:59:27 +0200
committerMark Brown <broonie@kernel.org>2016-04-27 16:15:09 +0100
commit05195ed3ec96926388d253608a40d7f2b4b07413 (patch)
treed7b567316300fd74abba3be175594db8d92b0906 /.mailmap
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
regulator: axp20x: Fix axp22x ldo_io voltage ranges
The minium voltage of 1800mV is a copy and paste error from the axp20x regulator info. The correct minimum voltage for the ldo_io regulators on the axp22x is 700mV. Fixes: 1b82b4e4f954 ("regulator: axp20x: Add support for AXP22X regulators") Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '.mailmap')