Commit 094793fc authored by Federico Vaga's avatar Federico Vaga

kernel: fix info message

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent d43d3419
......@@ -77,7 +77,7 @@ int spec_load_fpga_file(struct spec_dev *spec, char *name)
return err;
}
dev_info(dev, "got file \"%s\", %zi (0x%zx) bytes\n",
spec_fw_name, fw->size, fw->size);
name, fw->size, fw->size);
err = spec_load_fpga(spec, fw->data, fw->size);
release_firmware(fw);
......
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