Skip to content
Snippets Groups Projects
Commit 0d2b0a8f authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

Blackfin: bfin_spi: fix build error when DEBUG is defined


The new debug() changes pointed out debug code that rotted a little.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 5aa5b884
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
spi_set_speed(&bss->slave, max_hz);
debug("%s: bus:%i cs:%i mmr:%x ctl:%x baud:%i flg:%i\n", __func__,
bus, cs, mmr_base, bss->ctl, baud, bss->flg);
bus, cs, mmr_base, bss->ctl, bss->baud, bss->flg);
return &bss->slave;
}
......
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