|
|
@@ -801,7 +801,7 @@ static void print_constraints(struct regulator_dev *rdev)
|
|
|
}
|
|
|
|
|
|
if (constraints->uV_offset)
|
|
|
- count += sprintf(buf, "%dmV offset ",
|
|
|
+ count += sprintf(buf + count, "%dmV offset ",
|
|
|
constraints->uV_offset / 1000);
|
|
|
|
|
|
if (constraints->min_uA && constraints->max_uA) {
|