From 099982fac0f3e884ed4af2178d4dcded69e0042e Mon Sep 17 00:00:00 2001 From: Archit Taneja Date: Fri, 28 Aug 2015 16:22:18 +0530 Subject: [PATCH] regulator: core: use debug level print in regulator_check_drms When calling regulator_set_load, regulator_check_drms prints and returns an error if the regulator device's flag REGULATOR_CHANGE_DRMS isn't set. drms_uA_update, however, bails out without reporting an error. Replace the error print with a debug level print so that we don't get such prints when the underlying regulator doesn't support DRMS. Signed-off-by: Archit Taneja Signed-off-by: Mark Brown --- Reading git-format-patch failed