Skip to content
Snippets Groups Projects
Commit 80fd9792 authored by Michal Simek's avatar Michal Simek
Browse files

spi: zynq_spi: Simplify debug macro


Trivial fix.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 260bdf07
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ static int zynq_spi_ofdata_to_platdata(struct udevice *bus) ...@@ -79,7 +79,7 @@ static int zynq_spi_ofdata_to_platdata(struct udevice *bus)
250000000); 250000000);
plat->speed_hz = plat->frequency / 2; plat->speed_hz = plat->frequency / 2;
debug("zynq_spi_ofdata_to_platdata: regs=%p max-frequency=%d\n", debug("%s: regs=%p max-frequency=%d\n", __func__,
plat->regs, plat->frequency); plat->regs, plat->frequency);
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment