commit | 3336373f3e3cb9947dc2e7a7e73db717301930f4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 21 14:53:19 2019 -0700 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Feb 01 16:59:12 2019 +0100 |
tree | 3dd72e1701fd7323b378152d18abe0fb076ce0c3 | |
parent | c7a305585164e0e03e5aff7f6b100f7d9d687322 [diff] |
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>