Re: [PATCH] rtc: max77686: Cleanup and reduce dmesg output

2016-01-31 Thread Alexandre Belloni
On 27/01/2016 at 15:46:11 +0900, Krzysztof Kozlowski wrote : > Cleanup of entire driver of its dmesg output: > 1. Remove printing of the function name, because printing device name is >sufficient. This also makes the dev_err()-like functions more compact >and readable (not need of line brea

Re: [PATCH] rtc: max77686: Cleanup and reduce dmesg output

2016-01-27 Thread Andi Shyti
On Wed, Jan 27, 2016 at 03:46:11PM +0900, Krzysztof Kozlowski wrote: > Cleanup of entire driver of its dmesg output: > 1. Remove printing of the function name, because printing device name is >sufficient. This also makes the dev_err()-like functions more compact >and readable (not need of l

Re: [PATCH] rtc: max77686: Cleanup and reduce dmesg output

2016-01-27 Thread Javier Martinez Canillas
Hello Krzysztof, On 01/27/2016 03:46 AM, Krzysztof Kozlowski wrote: Cleanup of entire driver of its dmesg output: 1. Remove printing of the function name, because printing device name is sufficient. This also makes the dev_err()-like functions more compact and readable (not need of line

[PATCH] rtc: max77686: Cleanup and reduce dmesg output

2016-01-26 Thread Krzysztof Kozlowski
Cleanup of entire driver of its dmesg output: 1. Remove printing of the function name, because printing device name is sufficient. This also makes the dev_err()-like functions more compact and readable (not need of line break). 2. Lower from info to debug printing of each RTC interrupt (no ne