[PATCH v3 1/6] pwm: print error messages with pr_err() instead of pr_debug()

2016-10-07 Thread Bhuvanchandra DV
From: Lothar Wassmann Make the messages that are printed in case of fatal errors actually visible to the user without having to recompile the driver with debugging enabled. Signed-off-by: Lothar Waßmann Signed-off-by: Bhuvanchandra DV

[PATCH v3 1/6] pwm: print error messages with pr_err() instead of pr_debug()

2016-10-07 Thread Bhuvanchandra DV
From: Lothar Wassmann Make the messages that are printed in case of fatal errors actually visible to the user without having to recompile the driver with debugging enabled. Signed-off-by: Lothar Waßmann Signed-off-by: Bhuvanchandra DV --- drivers/pwm/core.c | 4 ++-- 1 file changed, 2