Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

regulator: rk808: Fix warning message in rk817_set_ramp_delay

The default in rk817_set_ramp_delay is 25MV rather than 10MV.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20191008010628.8513-2-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
cc37038f 2e67f322

+1 -1
+1 -1
drivers/regulator/rk808-regulator.c
··· 388 388 break; 389 389 default: 390 390 dev_warn(&rdev->dev, 391 - "%s ramp_delay: %d not supported, setting 10000\n", 391 + "%s ramp_delay: %d not supported, setting 25000\n", 392 392 rdev->desc->name, ramp_delay); 393 393 } 394 394