| commit | 15e853d22b3191e3058c6fab0e19ddcf9ee7e27d | [log] [tgz] |
|---|---|---|
| author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | Mon Jun 27 20:55:47 2011 -0700 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:59:05 2011 -0700 |
| tree | b7e0b73546c640249dce308ac72049bf1faa8416 | |
| parent | 78a782be53183ace3fb289e5ee9d6c1efc9e4af2 [diff] |
power: pm8921-bms: debug output cleanup In the interpolate_single_lut print the name of the table when values are out of bounds. Change the important values to be printed in capitals in calculate_state_of_charge functions. dev_dbg does not follow the pr_fmt. Change to use pr_debug. Change pr_err to pr_debug for places where the software takes corrective action. Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>