From 236762b65aeacb9f90467c8818869effcaf9a4ac Mon Sep 17 00:00:00 2001 From: Grond Date: Tue, 20 Dec 2016 21:18:35 -0800 Subject: [PATCH] twl4030_charger: Filter charge_current values under 1024 So that hypothetical users of this file don't proceed under the false assumption that the format of charge_current hasn't changed. This is safe, since the smallest value which can be given to the TWL4030's current regulator is ~1.666mA, and 1024uA is less than this. --- Reading git-format-patch failed