]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pwm: Print error messages with pr_err() instead of pr_debug()
authorLothar Wassmann <LW@KARO-electronics.de>
Sun, 29 Jan 2017 21:54:05 +0000 (22:54 +0100)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 30 Jan 2017 08:13:30 +0000 (09:13 +0100)
commitf2dafc095018fcc6a71793cfefdd490c9f1c63be
treee6ee41f9da5c5e97ed60b9cf1f6131b68f9ce005
parent8c0216f377406c7613b67bd18755889026284192
pwm: Print error messages with pr_err() instead of pr_debug()

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 <LW@KARO-electronics.de>
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/core.c