Browse Source

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

Mark Brown 12 năm trước cách đây
mục cha
commit
7c8a299430
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/base/regmap/regmap.c

+ 1 - 1
drivers/base/regmap/regmap.c

@@ -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;