Commit aadd0e95 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Missing break; statement in module reloc code.

parent 54f05dc4
...@@ -236,6 +236,7 @@ int apply_relocate_add(Elf64_Shdr *sechdrs, ...@@ -236,6 +236,7 @@ int apply_relocate_add(Elf64_Shdr *sechdrs,
(((v & 0x3ff) + (((v & 0x3ff) +
(ELF64_R_TYPE(rel[i].r_info) >> 8)) (ELF64_R_TYPE(rel[i].r_info) >> 8))
& 0x1fff); & 0x1fff);
break;
default: default:
printk(KERN_ERR "module %s: Unknown relocation: %x\n", printk(KERN_ERR "module %s: Unknown relocation: %x\n",
......
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