]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3ee4e8c938b377538c9f2f409c2a6444cae942e2
tree0d77e508998d30e136df82ca514d7dd29e06fcd7
parent6011974ff5353f86cf471411ca3c8c93d72e8fe1
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