Merge remote-tracking branch 'regmap/topic/type' into regmap-next
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 11 Dec 2012 03:39:49 +0000 (12:39 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 11 Dec 2012 03:39:49 +0000 (12:39 +0900)
drivers/base/regmap/regmap.c

index 96f7e85..42d5cb0 100644 (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;