ide: Convert to use log_debug()
authorSimon Glass <sjg@chromium.org>
Tue, 25 Apr 2023 16:54:53 +0000 (10:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2023 17:51:07 +0000 (13:51 -0400)
commit692bccb14d370ff9f999d35e7a43adae293c17c7
tree74354b939aaedc66cb54cfc3a43de78cd0ea9a66
parent9666de8332a59ff53544ffeee7f864c56a99791a
ide: Convert to use log_debug()

Avoid the use of the function name in a few of the debug() calls, since
this causes a checkpatch warning. Convert all other calls too.

Use lower-case hex consistently.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/ide.c