Commit 119a0c52 authored by Manohar Vanga's avatar Manohar Vanga

simulation: fix error message format in fake_wb_bus

Signed-off-by: 's avatarManohar Vanga <manohar.vanga@cern.ch>
parent 5c34c585
......@@ -106,7 +106,7 @@ static int __init fake_wb_bus_init(void)
ret = device_register(&fake_wbbus_device);
if (ret) {
pr_err(KBUILD_MODNAME "failed to register fake"
pr_err(KBUILD_MODNAME ": failed to register fake"
"Wishbone bus\n");
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment