clk: ti: improve debug messages for clkctrl driver
authorDario Binacchi <dariobin@libero.it>
Sat, 13 Feb 2021 11:02:30 +0000 (12:02 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 22 Feb 2021 06:09:48 +0000 (11:39 +0530)
commitd242a14533742563a02ebb52925d0774695593ea
tree0d77e508998d30e136df82ca514d7dd29e06fcd7
parentf43d9e904db2c882dbd824b7bcd5f0502b3dc7ab
clk: ti: improve debug messages for clkctrl driver

The previous version printed the same debug message for both the enable
and disable routines without highlighting whether you were enabling or
disabling the module. It is now clear whether you are enabling or
disabling the module.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
drivers/clk/ti/clk-ctrl.c