2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

Merge remote-tracking branch 'regmap/topic/type' into regmap-next

This commit is contained in:
Mark Brown 2012-12-11 12:39:49 +09:00
commit 7c8a299430

View File

@ -124,7 +124,7 @@ bool regmap_precious(struct regmap *map, unsigned int reg)
}
static bool regmap_volatile_range(struct regmap *map, unsigned int reg,
unsigned int num)
size_t num)
{
unsigned int i;