Commit 86c0d5f7 authored by Alessandro Rubini's avatar Alessandro Rubini

spec-pci: typo in msg

parent 09de3ed7
......@@ -43,7 +43,7 @@ int spec_load_fpga(struct spec_dev *spec, const void *data, int size)
udelay(100);
i = readl(spec->remap[2] + FCL_IRQ);
if (i & 0x8) {
dev_info(dev, "FPGA programming sucessful\n");
dev_info(dev, "FPGA programming successful\n");
return 0;
}
......
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