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

2016-11-01 Thread Lukasz Majewski
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 01/11] pwm: print error messages with pr_err() instead of pr_debug()

2016-11-01 Thread Lukasz Majewski
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 --- Changes for v3: - None --- drivers/pwm/core.c | 4