Re: [RFC PATCH regulator] regulator: max8998: max8998_set_current_limit() can be static

2020-06-01 Thread Mark Brown
On Sat, 30 May 2020 21:03:14 +0800, kbuild test robot wrote: > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: max8998: max8998_set_current_limit() can be static commit: 0b0c0bd818ef76a20f58c3cb1ac96a3056ccb681 All

[RFC PATCH regulator] regulator: max8998: max8998_set_current_limit() can be static

2020-05-30 Thread kbuild test robot
Fixes: 4ffea5e083f8 ("regulator: max8998: Add charger regulator") Signed-off-by: kbuild test robot --- max8998.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c index 668ced0064179..340413bba0c5f 100644 ---