bq24617: reduce kmsg spew
authorIliyan Malchev <malchev@google.com>
Tue, 21 Sep 2010 20:13:28 +0000 (13:13 -0700)
committerColin Cross <ccross@android.com>
Thu, 7 Oct 2010 00:01:27 +0000 (17:01 -0700)
Signed-off-by: Iliyan Malchev <malchev@google.com>
drivers/power/bq24617_charger.c

index 685b76ef0e1bb642e54cd8b6c0f0269d20731b4f..1e89da6937e4a8bc3b3811f6c628a9a704d0dc52 100644 (file)
@@ -95,7 +95,7 @@ static void bq24617_work(struct work_struct *work)
        else
                bq_data->ac_online = 0;
 
-       pr_info("%s: ac_online=%d (stat1=%d, stat2=%d, detect=%d)\n", __func__,
+       pr_debug("%s: ac_online=%d (stat1=%d, stat2=%d, detect=%d)\n", __func__,
                bq_data->ac_online, bq24617_stat1_value, bq24617_stat2_value,
                detect);