]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pwm: print error messages with pr_err() instead of pr_debug()
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 12 Jun 2014 11:34:42 +0000 (13:34 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 13 Aug 2014 05:38:57 +0000 (07:38 +0200)
commit8f8835a109c0bbf15f19e9387d8732491384e033
tree3544c687deb56252645c8324fc0b259dd0636643
parent19583ca584d6f574384e17fe7613dfaeadcdc4a6
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>
drivers/pwm/core.c