]> git.baikalelectronics.ru Git - uboot.git/commit
clk: Improve debug message in clk_set_default_rates()
authorSimon Glass <sjg@chromium.org>
Mon, 21 Jan 2019 21:53:19 +0000 (14:53 -0700)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 1 Feb 2019 15:59:12 +0000 (16:59 +0100)
commit336e21b5837ffdebd11e787d5843d15b58d256e0
tree3dd72e1701fd7323b378152d18abe0fb076ce0c3
parentbfdd24648ec5e50cb508414ec775fd93c8822fc4
clk: Improve debug message in clk_set_default_rates()

It is helpful to print the clock number as well as the index, so that this
can be looked up in the binding file. Update the debug() statement to do
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/clk/clk-uclass.c