Skip to content
Snippets Groups Projects
Commit 86c0d5f7 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

spec-pci: typo in msg

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